import_discrete: Import discrete bottle data from file

View source: R/import_discrete.R

import_discreteR Documentation

Import discrete bottle data from file

Description

Imports discrete bottle data from a .csv file. The file format is expected to be the one produced by download_discrete(). If you're having issues loading data, it may be because you have edited the file in Excel. Try downloading a clean .csv file and not opening it in Excel prior to loading in R.

Usage

import_discrete(fname)

Arguments

fname

The filename to import, as a string

Value

A tibble with imported data and clean column names

Examples


file <- system.file("extdata", "test_discrete_data.csv", package = "kcmarine")
data <- import_discrete(file)

tsparksm/kcmwq documentation built on Sept. 2, 2023, 11:30 p.m.