View source: R/miscellaneous.R
adjustSampleManually | R Documentation |
Instead of adding a new sample the samples info can be manually adjusted using this function.
adjustSampleManually(
source_df = sourceDataFrame(),
sample_name,
adjust_sample_input,
update
)
source_df |
The source data.frame. Defaults to the current |
sample_name |
Character value. The sample that is supposed to be adjusted. |
adjust_sample_input |
A named list. Each slot
corresponds to the variable of |
update |
Logical. Use with caution! If TRUE, the updated output data.frame
will replace the current |
The updated data.frame is returned invisibly.
# adjust image link
adjustSampleManually(
source_df = sourceDataFrame(), # default
sample_name = "275_T",
adjust_sample_input = list(link_image = "https://some-link-to-image.jpeg?dl=1")
update = TRUE # immediately saves the result in /data/source_df.rda
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.