Skip to content

Commit

Permalink
Add @Keywords internal to create_data_description
Browse files Browse the repository at this point in the history
  • Loading branch information
focardozom committed Aug 24, 2024
1 parent b71c614 commit c85353a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/use_document_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ use_document_data <- function(.data, path = ".", overwrite = FALSE,
#' for the data set. This includes the data set's basic information and
#' placeholders for detailed descriptions of each variable.
#'
#' @keywords internal
#'
create_data_description <- function(dataset, name, description, source) {
data_info <- generate_data_info(dataset)
Expand Down
1 change: 1 addition & 0 deletions man/create_data_description.Rd

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

0 comments on commit c85353a

Please sign in to comment.