Skip to content

Commit

Permalink
#164 - Update function reference documentation according to appearanc…
Browse files Browse the repository at this point in the history
…e on built site.
  • Loading branch information
sophie-gem committed Feb 18, 2024
1 parent 8a46862 commit 9ef7177
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 41 deletions.
58 changes: 26 additions & 32 deletions R/format.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,38 +34,32 @@
#' 'standard' list, then a message is created advising the user to
#' check.
#'
#' |-------------|------------|-----------|
#' | Format Name | w Values | d Values |
#' |-------------|------------|-----------|
#' | w.d | 1 - 32 | ., 0 - 31 |
#' | $w. | 1 - 200 | |
#' |-------------|------------|-----------|
#' | DATEw. | ., 5 - 11 | |
#' | DATETIMEw. | 7 - 40 | |
#' | DDMMYYw. | ., 2 - 10 | |
#' | HHMM. | | |
#' | MMDDYYw. | ., 2 - 10 | |
#' | TIMEw. | ., 2 - 20 | |
#' | WEEKDATEw. | ., 3 - 37 | |
#' | YYMMDDw. | ., 2 - 10 | |
#' |-------------|------------|-----------|
#' | B8601DAw. | ., 8 - 10 | |
#' | B8601DTw.d | ., 15 - 26 | ., 0 - 6 |
#' | B8601TM. | | |
#' |-------------|------------|-----------|
#' | IS8601DA. | | |
#' | IS8601TM. | | |
#' |-------------|------------|-----------|
#' | E8601DAw. | ., 10 | |
#' | E8601DNw. | ., 10 | |
#' | E8601DTw.d | ., 16 - 26 | ., 0 - 6 |
#' | E8601DXw. | ., 20 - 35 | |
#' | E8601LXw. | ., 20 - 35 | |
#' | E8601LZw. | ., 9 - 20 | |
#' | E8601TMw.d | ., 8 - 15 | ., 0 - 6 |
#' | E8601TXw. | ., 9 - 20 | |
#' | E8601TZw.d | ., 9 - 20 | ., 0 - 6 |
#' |-------------|------------|-----------|
#' | \strong{Format Name} | \strong{w Values} | \strong{d Values} |
#' |----------------------|-------------------|--------------------|
#' | w.d | 1 - 32 | ., 0 - 31 |
#' | $w. | 1 - 200 | |
#' | DATEw. | ., 5 - 11 | |
#' | DATETIMEw. | 7 - 40 | |
#' | DDMMYYw. | ., 2 - 10 | |
#' | HHMM. | | |
#' | MMDDYYw. | ., 2 - 10 | |
#' | TIMEw. | ., 2 - 20 | |
#' | WEEKDATEw. | ., 3 - 37 | |
#' | YYMMDDw. | ., 2 - 10 | |
#' | B8601DAw. | ., 8 - 10 | |
#' | B8601DTw.d | ., 15 - 26 | ., 0 - 6 |
#' | B8601TM. | | |
#' | IS8601DA. | | |
#' | IS8601TM. | | |
#' | E8601DAw. | ., 10 | |
#' | E8601DNw. | ., 10 | |
#' | E8601DTw.d | ., 16 - 26 | ., 0 - 6 |
#' | E8601DXw. | ., 20 - 35 | |
#' | E8601LXw. | ., 20 - 35 | |
#' | E8601LZw. | ., 9 - 20 | |
#' | E8601TMw.d | ., 8 - 15 | ., 0 - 6 |
#' | E8601TXw. | ., 9 - 20 | |
#' | E8601TZw.d | ., 9 - 20 | ., 0 - 6 |
#'
#' @section Metadata: The argument passed in the 'metadata' argument can either
#' be a metacore object, or a data.frame containing the data listed below. If
Expand Down
11 changes: 2 additions & 9 deletions man/xportr_format.Rd

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

0 comments on commit 9ef7177

Please sign in to comment.