View source: R/save_dye_screen_figs.R
pull_assigned | R Documentation |
save_stacked_plots()
function.Not exported: helper function to the save_stacked_plots()
function.
pull_assigned(
hits,
assignment,
.dye_col = "dye",
.assign_col = "assignment",
...
)
hits |
the tibble containing hit assignments. See the function documentation for |
assignment |
a string, giving the assignment for which dyes should be pulled. |
.dye_col |
a string, giving the name of the column in |
.assign_col |
a string, giving the name of the column in |
... |
additional arguments, passed from upstream functions. Passed to nothing; places here to enable the passing of named arguments in this function using ... from upstream functions, which ignoring arguments passed in the same ... which do not match anything here. |
a character vector containing the names of the dyes which matched to the provided assignment.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.