read_dataset | R Documentation |
Read an input file source
read_dataset( filename = system.file("exdata/fake_data.csv.gz", package = "calanusthreshold"), drop_vars = c("station", "latitude", "longitude", "siconc", "sithick", "geometry"), na.rm = TRUE )
filename |
character, the file to read. The default is to read a dummy example data file. |
drop_vars |
character or NULL, variables (columns) to drop from input |
na.rm |
logical, if TRUE drop any cases (rows) with one or more missing values |
tibble or simple feature
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.