R/IBrokersRef.R

Defines functions IBrokersRef

Documented in IBrokersRef

IBrokersRef <- function() {
  ref <- system.file("doc/IBrokersREFCARD.pdf",package="IBrokers")
  if(.Platform$OS.type == "windows") 
    shell.exec(ref)
  else system(paste(shQuote(getOption("pdfviewer")), shQuote(ref)), 
              wait = FALSE)
}

Try the IBrokers package in your browser

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

IBrokers documentation built on Nov. 16, 2022, 5:05 p.m.