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")
}

Try the x13binary package in your browser

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

x13binary documentation built on Sept. 8, 2023, 5:57 p.m.