Description Usage Arguments Value Examples
View source: R/gnrs_template.R
GNRS_template builds a template that can be populated to submit a GNRS query.
1  | GNRS_template(nrow = 1)
 | 
nrow | 
 The number of rows to include in the template  | 
Template data.frame that can be populated and then used in GNRS queries.
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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.