README.md

EPDr

R package to connect with the European Pollen Database (EPD), extract data, and operate with the data

EPDr is an R package that intend to easy the connection between R and the European Pollen Database (EPDr). The aim is to automatize a whole working process to extract standardized data from the DDBB.

To install the package from the github repository you can use the following code:

install.packages("devtools") 
library(devtools)
install_github("dinilu/EPDr")
library(EPDr)
help(package=EPDr)


dinilu/EPDr documentation built on Aug. 22, 2019, 1:03 p.m.