GNRS_template: Make a template for a GNRS query

Description Usage Arguments Value Examples

View source: R/gnrs_template.R

Description

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

Usage

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

1
2
3
4
5
6
7
8
9
## 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)

GNRS documentation built on Oct. 14, 2021, 1:09 a.m.