R/IBrokersRef.R

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)
}
hgodinez/ibrokers documentation built on May 17, 2019, 3:57 p.m.