# NOT RUN {
ncbi_children(name="Satyrium") #Satyrium is the name of two different genera
ncbi_children(name="Satyrium", ancestor="Eumaeini") # A genus of butterflies
ncbi_children(name="Satyrium", ancestor="Orchidaceae") # A genus of orchids
ncbi_children(id="266948") #"266948" is the uid for the butterfly genus
ncbi_children(id="62858") #"62858" is the uid for the orchid genus
# use curl options
ncbi_children(name="Satyrium", ancestor="Eumaeini", verbose = TRUE)
# }
Run the code above in your browser using DataLab