R/view.R

Defines functions macOpen

Documented in macOpen

#' simple wrapper to open a file at the commandline on a mac
#'
#' very simple command possibly expand to take application as an argument
#'
#' @param fileName
#'
#' @export
macOpen <- function(fileName){
  system(paste0("open ",fileName))
}
PietaSchofield/plibb documentation built on May 6, 2019, 6:45 p.m.