Taxa's updated LHT picker
UpdatedLHTPicker.Rd
Fetch, transform and build a dataframe with the updated LHT values per taxon obtained from FishLife
Methods
Method new()
Initialise the UpdatedLHTPicker class
Usage
UpdatedLHTPicker$new(
master_db,
predicting_lht_df,
updated_prefix,
transform_function_list,
backtransform_function_list,
lht_names = NULL
)
Arguments
master_db
Fishlife database
predicting_lht_df
dataframe keeping the original inputted LHTs per taxon
transform_function_list
list of transforming function which names must conform to FishLife's expectations
backtransform_function_list
list of backward-transformation functions to be applied on obtained LHT from FishLife
lht_names
list of user-defined LHT names associated with their FishLife's counterparts
update_prefix
string to be added as prefix to the column names keeping the obtained new LHT values