#' Title
#'
#' @param raw_df input data
#' @param n_var number of predictors. i, e. independent variables
#'
#' @return results
#' @export
#'
#'
ApplyNN <- function(raw_df , n_var){
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.