Skip to content

Commit

Permalink
Update UnitConversions.R
Browse files Browse the repository at this point in the history
  • Loading branch information
wokenny13 committed Sep 10, 2024
1 parent fae664f commit 9e04979
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/UnitConversions.R
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ TADA_CreateUnitRef <- function(.data, print.message = TRUE) {
# select columns needed for final unit ref
dplyr::select(
"TADA.CharacteristicName", "TADA.ResultMeasure.MeasureUnitCode",
"TADA.Target.ResultMeasure.MeasureUnitCode", "ResultMeasure.MeasureUnitCode", "CharUnit"
"TADA.Target.ResultMeasure.MeasureUnitCode", "ResultMeasure.MeasureUnitCode",
"Conversion.Factor", "Conversion.Coefficient", "CharUnit"
)
Expand Down Expand Up @@ -212,7 +211,6 @@ TADA_CreateUnitRef <- function(.data, print.message = TRUE) {
dplyr::select(-CharUnit) %>%
dplyr::distinct()


# return reference table for use in unit conversion functions or for more editing by user
return(tada.all)
}
Expand Down

0 comments on commit 9e04979

Please sign in to comment.