replace_species_in_list: Replace a list of species

View source: R/listspecies.R

replace_species_in_listR Documentation

Replace a list of species

Description

Replace a list of species

Usage

replace_species_in_list(userid, access_token, list_id, speciesObj)

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 be modified

speciesObj

A species object to replace with

Value

A list with the old species and new species list

See Also

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

Examples

  # 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
  speciesObj = list( list(family="",scientific_name="Aix sponsa",scientific_name_authorship="",
  vernacular_name="Wood Duck",phylum="",nomenclature_code="ICZN",order="Anseriformes",class=""))
  replace_species_in_list(userid, access_token, list_id, speciesObj)
  
## End(Not run)

phylotastic/rphylotastic documentation built on Aug. 22, 2023, 9:51 p.m.