make_get_query: Create a GET query to try out. Here is the string...

View source: R/post_eupath_annotations.R

make_get_queryR 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)

Description

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)

Usage

make_get_query()

khughitt/EuPathDB documentation built on Nov. 4, 2023, 4:19 a.m.