README.md

Useful-R

Useful R Functions Package

Installation

You can install the released version of Useful from CRAN with:

install.packages("pacman")
pacman::p_load(devtools)
install_github("kctolli/Useful-R")

Or

install.packages("devtools")
devtools::install_github("kctolli/Useful-R")

Example

This is a basic example which shows you how to solve a common problem:

# library(Useful)
pacman::p_load(Useful) 
## basic example code


kctolli/Useful-R documentation built on July 23, 2020, 12:35 a.m.