View source: R/load_cell_data.R
load_cell_data_checkid | R Documentation |
The ucid-t.frame combination should be unique. Else there might be a problem (e.g. redundant matches in pdata).
load_cell_data_checkid(cdata, id_cols = c("ucid", "t.frame"))
cdata |
The "data" item of the list produced by |
id_cols |
Character vector with the column names of cdata that must identify rows uniquely. Defaults to the usual ucid-t.frame combination. |
Invisibly returns a named list with the test result ("all_unique": boolean) and the summarized dataframe ("cdata_summary": data.frame) used for checking. Any value of n_rows > 1 is problematic.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.