Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 283 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 283 Bytes

demo

Examples of use of analysr R package

Install package to run example (to get the latest version):

library(devtools)
install_github("analysr/analysr")

To run:

library(analysr)

To remove package:

remove.packages("analysr")

To install from github: