You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the goFlux function, if the function is called without an argument gastype (but with a dataframe), can be included a menu to choose the variable from the data.frame or a print message with the variable names that can be used?
The text was updated successfully, but these errors were encountered:
In the goFlux function, if the function is called without an argument gastype (but with a dataframe), can be included a menu to choose the variable from the data.frame or a print message with the variable names that can be used?
@Schuch666 I changed the error message for goFlux if gastype = NULL. Now, if no argument is provided to gastype, an error message is returned:
Error in goFlux(LGR_manID, gastype = NULL) :
'gastype' must be one of the following: 'CO2dry_ppm', 'CH4dry_ppb', 'COdry_ppb', 'N2Odry_ppb', 'NH3dry_ppb' or 'H2O_ppm'
In the
goFlux
function, if the function is called without an argumentgastype
(but with adataframe
), can be included a menu to choose the variable from the data.frame or a print message with the variable names that can be used?The text was updated successfully, but these errors were encountered: