README.md

akmisc

Collection of miscellaneous functions for data manipulation written by Alejandro Kantor. Most functions use data.table. Currently under development.

Instalation

Package can be installed with the following R code:

# Check if devtools is not installed
is_devtools_not_installed <- ! "devtools" %in% rownames(installed.packages())
if (is_devtools_not_installed ) {
  install.packages("devtools")

  # if installed check version
} else if(packageVersion("devtools") < 1.6 ) {
    install.packages("devtools")
}

devtools::install_github("AlejandroKantor/akmisc")


AlejandroKantor/akmisc documentation built on May 5, 2019, 3:51 a.m.