R/WMisc.R

# ====================
# Main Wmisc
# ====================

#' Wmisc -- Misc. helper functions and tools.
#'
#' This package contains a set of helper functions and tools that I couldn't find elsewhere or where I needed some slightly different behaviour.
#'
#' @section File access:
#'
#' Currently only one tool for file access is implemented: The \link{Tokenizer} to read string tokens from a (text) file.
#'
#' @docType package
#' @name Wmisc
NULL
#>NULL

#'@importFrom Rcpp evalCpp
#'@useDynLib Wmisc

NULL
# NULL is needed for roxygen, otherwise import/useDynLib is ignored (roxygen does not detect the end of the comment section)

Try the Wmisc package in your browser

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

Wmisc documentation built on Jan. 14, 2018, 1:04 a.m.