stw_dataset: Create new dataset object

Description Usage Arguments Value

View source: R/stw_dataset.R

Description

Create new dataset object

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
stw_dataset(...)

## Default S3 method:
stw_dataset(...)

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

## S3 method for class '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


ijlyttle/steward documentation built on Jan. 5, 2021, 2:25 p.m.