Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 354 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 354 Bytes

RSVAC

An R package to access SVAC 3.0 and RSVAC data in tidy format.

You can install the RSVAC package from GitHub with devtools:

if (!require("devtools")) {install.packages("devtools")}
devtools::install_github("thegargiulian/RSVAC")