library(oce)
# Use an Argo file that comes with the package.
if (requireNamespace("ncdf4") && requireNamespace("jsonlite")) {
file <- system.file("extdata/D4902337_219.nc", package = "oce")
netcdfTOC(file)
}
Run the code above in your browser using DataLab