R/emlspice_package.R

#' \code{emlspice} package
#'
#' Converts EML to Tabular Formats
#'
#' See \href{https://github.com/isteves/emlspice}{GitHub}
#'
#' @docType package
#' @name emlspice
#' @import eml2
#'
NULL

if(getRversion() >= "2.1.15") {
    utils::globalVariables(c("name", "value", "variableName"))
}
isteves/emlspice documentation built on May 17, 2019, 1:29 p.m.