powered by
GNRS_template builds a template that can be populated to submit a GNRS query.
GNRS_template(nrow = 1)
The number of rows to include in the template
Template data.frame that can be populated and then used in GNRS queries.
# 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