Skip to content

Commit

Permalink
Add pkgdown function index
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Jan 18, 2024
1 parent f36c85a commit b1ef486
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/janitor_deprecated.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#' * [remove_empty_cols()] -> [`remove_empty("cols")`][remove_empty()]
#'
#' @name janitor_deprecated
#' @keywords internal
# EXCLUDE COVERAGE START
NULL

Expand Down
60 changes: 60 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,63 @@
url: https://sfirke.github.io/janitor/
template:
bootstrap: 5


reference:
- title: Cleaning data

- subtitle: Cleaning variable names
contents:
- contains("clean_names")

- title: Exploring data
desc: >
tabyls are an enhanced version of tables. See `vignette("tabyls")`
for more details.
contents:
- tabyl
- starts_with("adorn")
- contains("tabyl")
- -contains('.test')

- subtitle: Change order
contents:
- row_to_names
- find_header

- title: Comparison
desc: >
Compare data frames columns
contents:
- starts_with("compare_df_cols")

- title: Removing unnecessary columns / rows
contents:
- starts_with("remove_")
- get_dupes
- get_one_to_one
- top_levels
- single_value

- title: Rounding / dates helpers
desc: >
Help to mimic some behaviour from Excel or SAS.
These should be used on vector.
contents:
- round_half_up
- signif_half_up
- round_to_fraction
- excel_numeric_to_date
- sas_numeric_to_date
- excel_time_to_numeric
- starts_with("convert_to_date")

- title: Misc / helpers
desc: >
These functions can help perform less frequent operations.
contents:
- describe_class
- paste_skip_na
- chisq.test
- fisher.test
- mu_to_u
1 change: 1 addition & 0 deletions man/janitor_deprecated.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b1ef486

Please sign in to comment.