View source: R/round_parameter.R
round_parameter | R Documentation |
A function that rounds one column or vector. It returns a new column or vector that is rounded.
round_parameter(column)
column |
A column or vector of a dataframe |
Returns a new column or vector that is rounded.
mydata$Qin <- round_parameter(mydata$Qin)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.