R/rlo_connect.R

Defines functions rlo_connect

Documented in rlo_connect

#' Connect to the current LibreOfficeWriter document
#'
#' @importFrom PythonInR pyExecfile
#' @export
rlo_connect <- function() pyExecfile(system.file("py/connect.py", package = "rlo"))

Try the rlo package in your browser

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

rlo documentation built on May 1, 2019, 10:22 p.m.