fix.sdb.names: Make friendlier names for SDB fields.

Description Usage Arguments Value Examples

View source: R/txt funs.R

Description

Standardize columns names into preferred format (e.g. 'r-ify them with . as the separator)

Usage

1
fix.sdb.names(x = "EDWSampleVarName")

Arguments

x

A vector of strings, typically the result of names(...).

Value

A character vector in r-ish format, i.e. lowercase text with words separated by '.'.

Examples

1
fix.sdb.names(c("SDBSrcSysKey", "QuarterlyGPA", "AcademicYear"))

zane-uw/edwHelpers documentation built on Nov. 24, 2019, 2:53 p.m.