Learn R Programming

GNRS (version 0.3.4)

GNRS_template: 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

Run this code
# NOT RUN {
template<-GNRS_template(nrow = 2)
template$country<-c("United Stapes","Mexico")
template$state_province<-c("Arizona","Sinalo")
GNRS(political_division_dataframe = template)  

# }

Run the code above in your browser using DataLab