Displaying 2 results from an estimated 2 matches for "rbdd_2018".
2024 Jan 31
1
Need help testing a problem
...? 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 couple of minutes,
the file size is about 3.5MB.
If anyone has concerns about what is being downl...
2024 Feb 01
1
Need help testing a problem
...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 couple of minutes,
> the file size is about 3.5MB.
>
> If...