tidyTransform: tidyTransform

Description Usage Arguments Value Examples

View source: R/tidyTransform.R

Description

Transform a table using a spec, specifying how the data is to be transformed, and what assumptions should be fulfilled.

Usage

1

Arguments

data

data-table or tibble

spec

a list with names header and fun

Value

A transformed tibble

Examples

1
mtcars_fixed <- safeTransform(mtcars, 'specs/mtcars.R')

Peder2911/Codder documentation built on Oct. 30, 2019, 9:40 p.m.