Nothing
#' @title
#' Check Functions
#'
#' @description
#' Check functions for objects of class numeric, logical statements,
#' class matching, value matching, file names, names, and named lists
#'
#' @return
#' The object who was checked, with necessary changes made for the object to
#' pass the check (i.e. character vector to numeric vector).
#'
#' @details
#' These functions are used to check if a vector is numeric with check.numeric,
#' to check a logical statement with check.logic, to check if two objects'
#' classes match, to check it two object's values match, to check file names,
#' to check names, and finally, to check named lists.
#'
#' @author
#' Tracey S. Frescino
#'
#' @keywords
#' internal
#' @name checks_desc
NULL
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.