copy_unique | R Documentation |
if input is a data.frame, do not return back a df
by default will assume lotids being copied and format them unless set format_lotid = FALSE
if format_step == TRUE, return a comma separated step name string instead
if save_csv == TRUE, will save output to '1.lot_list.csv'
copy_unique( df = paste(utils::readClipboard(), collapse = ","), col = "value", sep = ",", reduce_only = FALSE, fix_len = FALSE, quotes = FALSE, save_csv = FALSE, ... )
df |
a character string copied from clipboard, or a dataframe column |
col |
column name if df is a data frame |
a comma separated string w/ duplicates removed and a dataframe of unique values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.