new_ezmmek_act_group {ezmmek} | R Documentation |
new_ezmmek_act_group
Description
Groups raw activity data by user-defined columns
Usage
new_ezmmek_act_group(act.data.fn, ..., method = NA, columns = NULL)
Arguments
act.data.fn |
Activity data file as character string |
... |
User defined column names to join std.data.fn and act.data.fn |
method |
Enzyme assay protocol. Must define method as 'isc' or 'ibc' |
columns |
Column names carried over from parent functions if parent functions used |
Examples
## Not run: new_obj <- new_ezmmek_act_group("data/tyson_sat_steen_04172020.csv,
site_name,
std_type,
method = "isc",
columns = NULL)
new_obj <- new_ezmmek_act_group("data/tyson_sat_german_04172020.csv,
site_name,
std_type,
method = "ibc",
columns = NULL)
## End(Not run)
[Package ezmmek version 0.2.4 Index]