Skip to content

Commit

Permalink
Redo reference section for website (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil authored Aug 20, 2022
1 parent 38fa7dc commit cbcf7f2
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 55 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ references.bib
^WIP/.
^CRAN-SUBMISSION$
^LICENSE$
docs
104 changes: 50 additions & 54 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,23 @@ template:

reference:

- title: Recode and transform data
- contents:
- title: Data Preparation
desc: Main functions for cleaning and preparing data
contents:
- data_to_long
- data_to_wide
- data_extract
- data_filter
- data_select
- data_reorder
- data_merge
- data_partition
- data_rotate
- data_group

- title: Statistical Transformations
desc: Functions for transforming variables
contents:
- categorize
- change_code
- rescale
Expand All @@ -24,84 +39,65 @@ reference:
- unstandardize
- winsorize

- title: Reshape data
- contents:
- data_rotate
- reshape_wider
- reshape_longer
- reshape_ci

- title: Select and filter data
- contents:
- data_extract
- data_filter
- data_select

- title: Rename data
- contents:
- data_addprefix

- title: Reorder and remove data
- contents:
- data_reorder
- remove_empty
- title: Data Properties
desc: Functions to compute statistical summaries of data properties and distributions
contents:
- data_tabulate
- contains("distribution")
- kurtosis
- smoothness
- skewness
- weighted_mean

- title: Convert and replace data
- contents:
- title: Convert and Replace Data
contents:
- contains("to_numeric")
- to_factor
- data_restoretype
- starts_with("replace_")
- starts_with("convert_")

- title: Split and merge data
- contents:
- data_merge
- data_partition

- title: Read (import) data
- contents:
- title: Import data
contents:
- data_read

- title: Data properties
- contents:
- data_tabulate
- contains("distribution")
- kurtosis
- smoothness
- skewness
- weighted_mean

- title: Utilities
- contents:
- data_group
- title: Helpers for Data Preparation
contents:
- reshape_ci
- data_addprefix
- remove_empty
- contains("rownames")
- contains("colnames")
- compact_character
- find_columns
- data_restoretype

- title: Text formatting helpers
- contents:
- title: Helpers for Text Formatting
contents:
- starts_with("text_")
- starts_with("format_")

- title: Visualization helpers
- contents:
desc: |
This function is relevant only within 'easystats' packages
contents:
- visualisation_recipe

- title: Reexports
contents:
- reexports

- title: Data
- contents:
contents:
- efc
- nhanes_sample

articles:

- title: Data Wrangling
- title: Data Preparation
navbar: ~
contents:
- tidyverse_translation
- title: Data transformation
- tidyverse_translation
- title: Statistical Transformations
navbar: ~
contents:
- standardize_data
- standardize_data

2 changes: 1 addition & 1 deletion vignettes/tidyverse_translation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ output:
toc: true
vignette: >
\usepackage[utf8]{inputenc}
%\VignetteIndexEntry{Translating to 'tidyverse'}
%\VignetteIndexEntry{Coming from 'tidyverse'}
%\VignetteEngine{knitr::rmarkdown}
---

Expand Down

0 comments on commit cbcf7f2

Please sign in to comment.