R/as.no.R

Defines functions as.no

Documented in as.no

#' as.no function
#' 
#' check ordinal if they are ordinal
#' @param Click here and there
#' @keywords ordinal
#' @keywords
#' @export
#' @examples 
#' as.no(x)
as.no<-function(x) as.numeric(as.character(x))
senickel/sebstoolkit2 documentation built on May 26, 2019, 4:30 a.m.