Nothing
#'Get metadata on current NSR version
#'
#'Return metadata about the current NSR version
#' @param ... Additional arguments passed to internal functions.
#' @return Dataframe containing current NSR version number, build date, and code version.
#' @export
#' @examples{
#' NSR_version_metadata <- NSR_version()
#' }
#'
NSR_version <- function(...){
return(nsr_core(mode = "meta",...)$meta)
}#NSR version
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.