View source: R/post_eupath_table.R
post_eupath_table | R Documentation |
This should return a dataframe representation of one table at the eupathdb. It should also simplify the column names into something a bit more consistent.
post_eupath_table(
entry,
species,
tables = "GOTerms",
table_name = NULL,
minutes = 60
)
entry |
The single metadatum containing the base url of the provider, species, etc. |
tables |
Name of the table at the eupathdb webservice. |
table_name |
The name of the table in the local SQLite instance. This is provided to make for prettier labeling. |
minutes |
A timeout when querying the eupathdb. |
list containing response from API request.
Keith Hughitt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.