Description Usage Arguments Value Examples
Build a string to update a field in a database
1 | db_update_field_string(field_name, field_value, append_comma = TRUE)
|
field_name |
Character |
field_value |
Numeric or string |
append_comma |
TRUE append a ", " if there more than one field value |
A string in the format "field_name = 'field_value'"
1 | query <- update_field_string("pr2_accession", "ZZ220100", append_comma=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.