View source: R/post_eupath_annotations.R
make_get_query | R Documentation |
Create a GET query to try out. Here is the string theoretically expected for a GET: Note that it is also problematic because of its inconsistent use of html encoded quotes and brackets. https://fungidb.org/fungidb/service/record-types/transcript/searches/GenesByTaxon/reports/standard?organism= get_string <- glue( 'base_url?organism= result <- httr::GET(url = get_string)
make_get_query()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.