R/nosanitize.R

Defines functions nosanitize

Documented in nosanitize

#' @title Sanitization
#' @rdname nosanitize
#'
#' @description
#' \code{nosanitize} makes no sanitization on the strings.
#'
#' @param str character: vector to sanitize
#'
#' @return A sanitized character vector.
#' @export
#'
#' @examples
#' nosanitize("Test")
nosanitize <- function(str) { str }

Try the exams.forge package in your browser

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

exams.forge documentation built on Sept. 11, 2024, 5:32 p.m.