Description Usage Arguments Value See Also Examples
Get existing list/lists of species
| 1 2 | get_species_from_list(userid, access_token, list_id, verbose = FALSE,
  content = TRUE)
 | 
| userid | A valid gmail address of the user | 
| access_token | Access token of the gmail address | 
| list_id | An integer id of the list to retrieve | 
| verbose | (optional)By default FALSE and shows minimal meta-data of the list. | 
| content | (optional)By default TRUE and shows the species collection of the list | 
An existing list with metadata and content based on parameters
https://github.com/phylotastic/phylo_services_docs/tree/master/ServiceDescription
| 1 2 3 4 5 6 7 8 9 10 11 |   # This gives you the syntax, but since the access token expires after one hour,
  # this particular example will not work.
  ## Not run: 
  userid = "abusalehmdtayeen@gmail.com"
  access_token = "ya29..zQLmLjbyujJjwV6RVSM2sy-mkeaKu-9"
  list_id = 12
  verbose = TRUE
  content = FALSE
  get_species_from_list(userid, access_token, list_id, verbose, content)
  
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.