R/x13path.R

Defines functions x13path

Documented in x13path

#' Full Path to X-13ARIMA-SEATS
#' 
#' Returns the full full path to the X-13ARIMA-SEATS binary contained in the 
#' package, or \code{""} if the platform is unsupported.
#' 
#' @examples
#' x13path()
#' 
#' @export
x13path <- function(){
  system.file("bin", package="x13binary")
}
x13org/x13binary documentation built on Jan. 28, 2024, 12:18 p.m.