Skip to content

Commit

Permalink
added quick README
Browse files Browse the repository at this point in the history
  • Loading branch information
taddallas committed Nov 18, 2020
1 parent a34f797 commit 1333e2b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.



0 comments on commit 1333e2b

Please sign in to comment.