Skip to content

procs v1.0.4

Choose a tag to compare

@dbosak01 dbosak01 released this 20 Dec 19:40
· 134 commits to master since this release
  • Added "as.character" parameter to proc_sort() to cast any factors in the by variables to character. This parameter is the counter-point to the "as.factor" parameter on the value() function in the fmtr package.
  • Added an "options" parameter to proc_transpose(). For now accepts only one option "noname" which will drop the NAME variable from the output dataset.
  • Added proc_ttest() function.