Description Usage Arguments Value
View source: R/validate_reference.R
Input a data.frame and check whether it contains a pre-specified set of valid columns. Invalid columns will be omitted alongside a warning.
1 2 3 4 5 6 | validate_reference(
df,
valid = c("gene", "accession_number", "col_significant", "col_other", "shape",
"dataset", "stroke", "alt_label", "label", "label_size", "size", "symbol", "pLI",
"opacity", "size", "gg.size", "legend_order")
)
|
df |
a data.frame |
valid |
a vector of valid downstream ggplot/plotly. |
a data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.