Skip to content

Commit

Permalink
Update 01-getting-started.Rmd
Browse files Browse the repository at this point in the history
formatting, cacheing -> caching
  • Loading branch information
mradamcox authored Sep 20, 2024
1 parent 162ea71 commit fba8877
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 01-getting-started.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ library(oepsData)

Efforts are currently under way to list the package on CRAN.

## Cacheing
## Caching

`oepsData` pulls its data from online repositories, primarily GitHub. This can lead to issues for users operating on slow internet, for whom load times can be long for larger datasets, or for users who anticipate needing the package when entirely offline.

To help minimize these issues, `oepsData` caches, or saves a local copy of, data loaded by `load_oeps` on its first load. Additionally, `oepsData` offers a few commands can help maintain caches:

* `cache_geometries` and `cache_oeps_tables` cache all tables and geometries, overwriting prior ones in the process.
* `clear_cache` deletes all cached data.
* `cache_dir` returns the directory of the oepsData cache.
Expand Down

0 comments on commit fba8877

Please sign in to comment.