Learn R Programming

rphylotastic (version 0.0.4)

remove_species_from_list: Remove an existing list of species

Description

Remove an existing list of species

Usage

remove_species_from_list(userid, access_token, list_id)

Arguments

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

Value

A list with the id of the list removed

See Also

https://github.com/phylotastic/phylo_services_docs/tree/master/ServiceDescription

Examples

Run this code
# NOT RUN {
  # 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
  remove_species_from_list(userid, access_token, list_id)
  
# }

Run the code above in your browser using DataLab