Skip to content

Commit

Permalink
Add doc on how to stop using the cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kuriwaki committed Oct 16, 2024
1 parent 9f3010e commit 9a8ecc0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions man-roxygen/version.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
#' If the user specifies a `key` or `DATAVERSE_KEY` argument, they can access the
#' draft version by `":draft"` (the current draft) or `":latest"` (which will
#' prioritize the draft over the latest published version.
#' A dataset's version-specific identification number can be
#' used for the `dataset` argument as well to avoid the `version` argument.
#' Finally, set `use_cache = "none"` to not read from the cache and re-download
#' afresh even when `version` is provided.
4 changes: 2 additions & 2 deletions man/cache.Rd

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

4 changes: 2 additions & 2 deletions man/files.Rd

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

4 changes: 2 additions & 2 deletions man/get_dataframe.Rd

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

4 changes: 2 additions & 2 deletions man/get_dataset.Rd

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

0 comments on commit 9a8ecc0

Please sign in to comment.