set_libreoffice_path {docxtractr} | R Documentation |
Point to Local soffice.exe File
Description
Function to set an option that points to the local LibreOffice file
soffice.exe
.
Usage
set_libreoffice_path(path)
Arguments
path |
path to the LibreOffice soffice file |
Details
For a list of possible file path locations for soffice.exe
,
see https://github.com/hrbrmstr/docxtractr/issues/5#issuecomment-233181976
Value
Returns nothing, function sets the option variable
path_to_libreoffice
.
Examples
## Not run:
set_libreoffice_path("local/path/to/soffice.exe")
## End(Not run)
[Package docxtractr version 0.6.5 Index]