Learn R Programming

speedycode (version 0.3.0)

Automate Code for Adding Labels, Recoding and Renaming Variables, and Converting ASCII Files

Description

Label, recode, rename, and convert datasets and ASCII files more efficiently. 'speedycode' automates the code necessary for labeling variables with the 'labelled' package, recoding and renaming variables with 'dplyr' syntax, and converting ASCII files with the 'readroper' package. Most functions require only the name of the dataset and the code will be automatically written. Some convenience functions useful for converting ASCII files are also included.

Copy Link

Version

Install

install.packages('speedycode')

Monthly Downloads

204

Version

0.3.0

License

GPL-3

Maintainer

Jacob Harris

Last Published

March 31st, 2022

Functions in speedycode (0.3.0)

speedy_mutate

Automate code for recoding variables with the 'mutate' and 'case_when' functions
speedy_classes

Automate code for changing variable classes
speedy_varnames

Quickly generate a vector of new variable names
speedy_labels

Automate code for labelling variables and values with the 'labelled' package
speedy_rename

Automate code for renaming variables
debug_ascii

Debug errors when converting ASCII files with the readroper package