specify.character: Specify Character

View source: R/spec.R

specify.characterR Documentation

Specify Character

Description

Attach specifics to a data.frame, supplied as csv filepath.

Usage

## S3 method for class 'character'
specify(x, file = sub("csv$", "spec", x), spec = read.spec(file), ...)

Arguments

x

character filepath for a csv file

file

character filepath for a matching spec file (ignored if spec provided)

spec

a data specification (spec)

...

passed arguments

See Also

Other specify: specify.data.frame(), specify()


bergsmat/spec documentation built on Feb. 21, 2024, 1:20 p.m.