pull_assigned: Not exported: helper function to the 'save_stacked_plots()'...

View source: R/save_dye_screen_figs.R

pull_assignedR Documentation

Not exported: helper function to the save_stacked_plots() function.

Description

Not exported: helper function to the save_stacked_plots() function.

Usage

pull_assigned(
  hits,
  assignment,
  .dye_col = "dye",
  .assign_col = "assignment",
  ...
)

Arguments

hits

the tibble containing hit assignments. See the function documentation for save_stacked_plots() for more information.

assignment

a string, giving the assignment for which dyes should be pulled.

.dye_col

a string, giving the name of the column in 'hits' containing dye names.

.assign_col

a string, giving the name of the column in 'hits' containin assignments.

...

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.

Value

a character vector containing the names of the dyes which matched to the provided assignment.


taiawu/dsfworld_package documentation built on June 18, 2024, 5:39 a.m.