#' Hàm nlength
#'
#' Hàm này dể đếm tần suất và nhằm sắp xếp các giá trị từ lớn đến nhỏ
#' @param X vector
#' @keywords length vector
#' @export
#' @examples
#' nlength()
nlength<-function(X){ # Ham nlength de tinh nghich dao tan suat nham xep cac gia tri tu lon den nho
return<- length(X)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.