R/id.R

Defines functions id

#' @export
#' 
id <- 
function(x)
{
  x
}
paulponcet/funk documentation built on May 24, 2019, 10:32 p.m.