Frequently Used R function
Sep 3, 2018 · 1 min read
This article keep track of a record of frequently used R functions

install.packages('devtools') #assuming it is not already installedlibrary(devtools)install_github('andreacirilloac/updateR')library(updateR)updateR(admin_password = 'Admin user password')
