replace_id | R Documentation |
This function replaces the default ID in the example by a user-specified one
replace_id(
x,
user_filename = get_params(step = "prepare_params")$files$pattern,
user_gnps = get_params(step = "prepare_params")$gnps$id,
example_gnps = get_default_paths()$gnps$example
)
x |
a character string containing the default ID |
user_filename |
a user-specified value for a file name job ID |
user_gnps |
a user-specified value for a GNPS job ID |
example_gnps |
an example value for a GNPS job ID |
Character string with the GNPS job ID modified according to the rules specified in the function
tima:::replace_id(
x = "example/123456_features.tsv",
user_gnps = NULL,
user_filename = "Foo"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.