GNRS_template {GNRS}R Documentation

Make a template for a GNRS query

Description

GNRS_template builds a template that can be populated to submit a GNRS query.

Usage

GNRS_template(nrow = 1)

Arguments

nrow

The number of rows to include in the template

Value

Template data.frame that can be populated and then used in GNRS queries.

Examples

## Not run: 

template<-GNRS_template(nrow = 2)
template$country<-c("United Stapes","Mexico")
template$state_province<-c("Arizona","Sinalo")
GNRS(political_division_dataframe = template)  


## End(Not run)

[Package GNRS version 0.3.4 Index]