Displaying 2 results from an estimated 2 matches for "cache_delete_all".
2024 Jan 31
1
Need help testing a problem
...to:
1. install the ?rerddap? package from CRAN, with all dependencies - or if installed make certain it is the latest
2. make certain that the packages ?curl?, ?crul? and ?http? are up to date.
3. Run the following:
# load rerddap
library("rerddap?)
# delete rerddap cache just in case
cache_delete_all()
# get the data extract
dat <- tabledap('FED_JSATS_detects', url = "https://oceanview.pfeg.noaa.gov/erddap/", 'study_id="RBDD_2018"', callopts = list(verbose = TRUE), store = memory())
4. If it works also do:
head(dat)
Either way if all the output could b...
2024 Feb 01
1
Need help testing a problem
...CRAN, with all dependencies - or if installed make certain it is the latest
>
> 2. make certain that the packages ?curl?, ?crul? and ?http? are up to date.
>
> 3. Run the following:
>
> # load rerddap
> library("rerddap?)
> # delete rerddap cache just in case
> cache_delete_all()
> # get the data extract
> dat <- tabledap('FED_JSATS_detects', url = "https://oceanview.pfeg.noaa.gov/erddap/", 'study_id="RBDD_2018"', callopts = list(verbose = TRUE), store = memory())
>
> 4. If it works also do:
>
> head(dat)
>...