R/unit_conversion.R

Defines functions iso_convert_signals iso_convert_time

Documented in iso_convert_signals iso_convert_time

# unit conversion functions (deprecated) ----

#' moved to isoprocessor
#' 
#' @param ... deprecated
#' @export
iso_convert_time <- function(...) {
  show_isoprocessor_migration_message(match.call()[[1]])
}

#' moved to isoprocessor
#' 
#' @param ... deprecated
#' @export
iso_convert_signals <- function(...) {
  show_isoprocessor_migration_message(match.call()[[1]])
}

Try the isoreader package in your browser

Any scripts or data that you put into this service are public.

isoreader documentation built on Nov. 19, 2021, 1:07 a.m.