We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad6fe9c commit 8832bacCopy full SHA for 8832bac
1 file changed
README.md
@@ -257,18 +257,18 @@ in the `hoard::hoardr` class. For example:
257
258
``` r
259
x <- surveys(organization_id="SDDENR")
260
-#> reading cached file from: ~/Library/Caches/R/attains-public/api/surveys/SDDENRsurveys.json
261
262
## find the location of the file path
263
surveys_cache$cache_path_get()
264
#> [1] "~/Library/Caches/R/attains-public/api/surveys"
265
266
## return the file names/path
267
surveys_cache$list()
268
-#> [1] "/Users/runner/Library/Caches/R/attains-public/api/surveys/SDDENRsurveys.json"
+#> character(0)
269
270
## delete the files in the cached path
271
surveys_cache$delete_all()
+#> no files found
272
273
## or delete specific files
274
# surveys_cache$delete("filepath.json")
0 commit comments