Skip to content

Commit

Permalink
missing arg doc
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencarlislewalker committed Feb 26, 2024
1 parent 580c2fc commit 1476ff7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions R/iidda/R/data_prep_tools.R
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,10 @@ combine_weeks = function(cleaned_sheets, sheet_dates, metadata) {
#'
#'Identifies time scales (wk, mt, qrtr, yr) and location types (province or country) within a tidy dataset.
#'
#' @param data data frame in IIDDA tidy format to add time scale
#' and location scale information
#' @param data Data frame in IIDDA tidy format to add time scale
#' and location scale information.
#' @param location_type_fixer Function that takes a data frame in IIDDA
#' tidy format and adds or fixes the `location_type` field.
#'
#' @export
identify_scales = function(data, location_type_fixer = canada_province_scale_finder) {
Expand Down
7 changes: 5 additions & 2 deletions R/iidda/man/identify_scales.Rd

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

0 comments on commit 1476ff7

Please sign in to comment.