read_aodn_csv: Read CSV from the AODN portal.

View source: R/read_aodn.r

read_aodn_csvR Documentation

Read CSV from the AODN portal.

Description

Returns a data.frame as is with a simple S3 class for future use.

Usage

read_aodn_csv(u, ...)

Arguments

u

AODN CSV URL

...

arguments passed to methods

Value

raodn data frame

Examples


d <- read_aodn_csv(collection_url)
#library(ggplot2)
# ggplot(d[d$pres < 100, ]) + aes(longitude, latitude, col = psal) + geom_point()
#ggplot(d) + aes(psal, -pres, col = temp) +
# geom_point() +
#  facet_wrap(~platform_number)

mdsumner/raodn documentation built on Sept. 10, 2023, 3:11 a.m.