Skip to content

Commit

Permalink
minor edits to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksander Chlebowski committed Oct 19, 2023
1 parent a8476a9 commit 0ea5b48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/teal_slices-store.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#' @param file (`character(1)`) The file path where `teal_slices` object will be saved.
#' The file extension should be `".json"`.
#'
#' @details `Date` classes is stored in `"ISO8601"` format (`YYYY-MM-DD`). `POSIX*t` classes are converted to a
#' @details `Date` class is stored in `"ISO8601"` format (`YYYY-MM-DD`). `POSIX*t` classes are converted to a
#' character by using `format.POSIX*t(usetz = TRUE, tz = "UTC")` (`YYYY-MM-DD {N}{N}:{N}{N}:{N}{N} UTC`, where
#' `{N} = [0-9]` is a number and `UTC` is `Coordinated Universal Time` timezone short-code).
#' This format is assumed during `slices_restore`. All `POSIX*t` objects in `selected` or `choices` fields of
Expand Down
2 changes: 1 addition & 1 deletion man/slices_store.Rd

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

0 comments on commit 0ea5b48

Please sign in to comment.