Learn R Programming

rLakeAnalyzer (version 1.11.4.1)

drop.datetime: Find and drop the datetime column from the datatable

Description

Liberally looks for a datetime column and drops it, returning a data.frame with only water temperature. Errors if datetime column is ambiguous. Warns if there is no match.

Usage

drop.datetime(data, error = FALSE)

Arguments

data

data arg

error

defaults to FALSE

Value

A data.frame with only the data, after datetime has been dropped