cr_clean: Clean up colnames from Portal, allow option to select columns...

Description Usage Arguments

Description

Clean up colnames from Portal, allow option to select columns and to convert to Date class.

Usage

1
2
cr_clean(df, select = NULL, date = TRUE, date.type = 1,
  qry.type = "all.unique")

Arguments

df

data.frame frame stored procedure

select

optional character vector of columns to keep

date

boolean indicating whether any datetime columns

date.type

1 is quarter and 2 is year

qry.type

should be converted to Date classes (default is T).


pocdata/pocr documentation built on Jan. 5, 2022, 9:54 a.m.