Displaying 2 results from an estimated 2 matches for "fed_jsats_detects".
2024 Jan 31
1
Need help testing a problem
...encies - 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 be sent to me it would be very helpful. The download may take a cou...
2024 Feb 01
1
Need help testing a problem
...t
>
> 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 be sent to me it would be very helpfu...