% Generated by roxygen2: do not edit by hand % Please edit documentation in R/transform.R \name{square} \alias{square} \title{Calculate square of a variable} \usage{ square(x) } \arguments{ \item{x}{Input variable} } \value{ x^2 } \description{ Calculate square of a variable }