ropensci / rppo

R package for accessing PPO data store
https://docs.ropensci.org/rppo
BSD 3-Clause "New" or "Revised" License
3 stars 5 forks source link

build function to fetch present/absent traits #1

Closed jdeck88 closed 6 years ago

jdeck88 commented 6 years ago

Creating queries in R against the PPO data store is a bit difficult for present/absent classes since these are all stored as URIs... mapping requests to rdfs:labels is not much better since the user would still need a list of these handy. Thus, the idea is to build an R function to easily fetch available class names to query against.

This feature relies on #https://github.com/biocodellc/ppo-data-server/issues/6

jdeck88 commented 6 years ago

done!