Create new dataset object

stw_dataset(...)

# S3 method for default
stw_dataset(...)

# S3 method for data.frame
stw_dataset(data, meta = NULL, ...)

# S3 method for stw_dataset
stw_dataset(dataset, meta = NULL, ...)

Arguments

...

Name-value pairs, passed on to stw_mutate_meta()

data

data.frame to be documented

meta

Object with S3 class stw_meta, contains meta-data

dataset

Object with S3 class stw_dataset, a data frame with attached meta-data

Value

object with S3 class stw_dataset