joinFulcrum joins the processed Fulcrum dataframes from the procFulcrum function, and selects latitude, longitude, and altitude methods with simple priority algorithm.

joinFulcrum(data, select_vars = F)

Arguments

data

A list of processed dataframes generated by the procFulcrum function. Valid data can include only Fulcrum filed sampling data or all Fulcrum data including field sampling and isolation data.

select_vars

Logical, TRUE will return only the default variables, FALSE will return all variables. FALSE is recommended if using customized Fulcrum applications other than "Nematode field sampling" and "Nematode isolation". FALSE is default.

Value

A single, joined dataframe from the processed dataframes supplied in the data list.