R/sd_linkr.R

Defines functions sd_linkr

Documented in sd_linkr

sd_linkr <- function(x, na.rm = FALSE){
	sd(x, na.rm=na.rm)
}

Try the svgViewR package in your browser

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

svgViewR documentation built on Aug. 29, 2023, 1:06 a.m.