Nothing
#' Get internal name of this projection
#'
#' Get name of projection given PESEL & kurtosis.
#'
#' @param projection,PESEL,kurt_quantile See \code{\link{pscrub}}.
#'
#' @return The name of the projection
#'
#' @keywords internal
projection_name <- function(projection, PESEL, kurt_quantile){
if (!PESEL) { projection <- paste0(projection, "2") }
if (kurt_quantile > 0) {
projection <- paste0(projection, "_kurt")
}
projection
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.