Description Usage Arguments Value
#' Import each of the required modules for the package #' @export #' @keywords internal #' @return none setModules <- function() suppressPackageStartupMessages(library(tools, quietly=TRUE, verbose=FALSE)) suppressPackageStartupMessages(library(Kmisc, quietly=TRUE, verbose=FALSE)) suppressPackageStartupMessages(library(RJSONIO, quietly=TRUE, verbose=FALSE)) suppressPackageStartupMessages(library(jsonlite, quietly=TRUE, verbose=FALSE)) suppressPackageStartupMessages(library(BBmisc, quietly=TRUE, verbose=FALSE)) Get list of all LiPD files in current directory
1 | getListLpdExt(path.and.file)
|
path.and.file |
Target directory and 1+ files |
f List of LiPD files w. ext
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.