The function vars_not_converted catalogs location- and profile-data variables that are candidates for units conversion but for which a units conversion was not applied. vars_not_converted is a helper function that is called within data_homogenization(). Output is bound to the convesionNotes objet, generated in data_homogenization() and documented in the homogenization notes file (PDF).

vars_not_converted(varType, unitsSource, joinedUnits, unitsConversionReference)

Arguments

varType

The type of variable ("location", "profile") passed as a string to be documented.

Value

A tibble or data frame object that is merged with other conversion notes, and included in the homogenization report file (PDf).

Examples