From 1333e2b4830a27e248c561e4dd1347ca5ea5744f Mon Sep 17 00:00:00 2001 From: taddallas Date: Wed, 18 Nov 2020 16:19:38 -0600 Subject: [PATCH] added quick README --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1726212 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +### *insectDisease*: insect disease data from the USDA packaged as an R package + + +### Install + +Install from GitHub using the code below. + +```r + +# install.packages("devtools") +devtools::install_github("viralemergence/insectDisease") +library("insectDisease") +``` + + + + + +### vignettes + +The raw data can be called using the `data()` function on the various files within the `R` folder. In the `vignette` folder, there is some code that processes the data and organizes it as an edgelist for the three groups of parasites present in the data; protozoans, nematodes, and viruses. + + +