Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosak01 committed Jan 27, 2025
1 parent 82cb342 commit 10eb7a7
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions R/descriptions.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ descriptions <- function(x) {
#' @rdname descriptions
#' @param x A data frame or tibble
#' @param verbose If TRUE, the function will emit messages regarding
#' which descriptions have been added or revised, and which are still missing.
#' This option can help you if you are filling out a lot of descriptions on
#' a large dataset.
#' @param value A named list of description values.
#' misspelled column names, missing columns, etc. This option is helpful
#' if you are setting a lot of descriptions on your data, and need
#' more feedback.
#' @export
`descriptions<-` <- function(x, verbose = FALSE, value) {

Expand Down
2 changes: 1 addition & 1 deletion docs/articles/fmtr-convenience.html

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

2 changes: 1 addition & 1 deletion docs/articles/fmtr-fapply.html

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

2 changes: 1 addition & 1 deletion docs/articles/fmtr-fapply2.html

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

2 changes: 1 addition & 1 deletion docs/articles/fmtr-fcat.html

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

2 changes: 1 addition & 1 deletion docs/articles/fmtr-fdata.html

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

2 changes: 1 addition & 1 deletion docs/articles/fmtr-helpers.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ articles:
fmtr-fdata: fmtr-fdata.html
fmtr-helpers: fmtr-helpers.html
fmtr: fmtr.html
last_built: 2025-01-27T00:32Z
last_built: 2025-01-27T16:46Z
urls:
reference: https://fmtr.r-sassy.org/reference
article: https://fmtr.r-sassy.org/articles
10 changes: 5 additions & 5 deletions docs/reference/descriptions.html

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

10 changes: 5 additions & 5 deletions man/descriptions.Rd

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

0 comments on commit 10eb7a7

Please sign in to comment.