dividethou_fun: Divide by a thousand (usually to convert milliseconds to...

View source: R/utils.R

dividethou_funR Documentation

Divide by a thousand (usually to convert milliseconds to seconds)

Description

This function divides any vector by a thousand, we use it regularly to convert seconds to milliseconds

Usage

dividethou_fun(x)

Arguments

x

vector to divide by a thousand (ex. from milliseconds to seconds)

Value

vector to be divided by a thousand

Author(s)

Gabriel N. Camargo-Toledo gcamargo@sensata.io

Examples

dividethou_fun(data$q1time)

SensataUX/sensataDataProg documentation built on April 18, 2023, 3:48 p.m.