Skip to content

Commit 8832bac

Browse files
committed
Re-build Rmarkdown files
1 parent ad6fe9c commit 8832bac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,18 +257,18 @@ in the `hoard::hoardr` class. For example:
257257

258258
``` r
259259
x <- surveys(organization_id="SDDENR")
260-
#> reading cached file from: ~/Library/Caches/R/attains-public/api/surveys/SDDENRsurveys.json
261260

262261
## find the location of the file path
263262
surveys_cache$cache_path_get()
264263
#> [1] "~/Library/Caches/R/attains-public/api/surveys"
265264

266265
## return the file names/path
267266
surveys_cache$list()
268-
#> [1] "/Users/runner/Library/Caches/R/attains-public/api/surveys/SDDENRsurveys.json"
267+
#> character(0)
269268

270269
## delete the files in the cached path
271270
surveys_cache$delete_all()
271+
#> no files found
272272

273273
## or delete specific files
274274
# surveys_cache$delete("filepath.json")

0 commit comments

Comments
 (0)