Description Usage Arguments Value
using the package httr, update entries in certain fields in given rows of a table
1 | patchTable(database_table_url, auth_token, update_df, id_col)
|
database_table_url |
NO TRAILING '/'. eg "http://18.224.181.136/api/v1/QualityAssess" |
auth_token |
see brentlabRnaSeqTools::getUserAuthToken() |
update_df |
a dataframe, preferrably a tibble, already read in, subsetted. Columns must be correct data type for db table |
id_col |
name of the id column of the table. this number will be appended to the url to create the uri for the record |
a list of httr::response() objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.