Learn R Programming

docxtractr (version 0.6.5)

set_libreoffice_path: 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

Value

Returns nothing, function sets the option variable path_to_libreoffice.

Details

For a list of possible file path locations for soffice.exe, see https://github.com/hrbrmstr/docxtractr/issues/5#issuecomment-233181976

Examples

Run this code
# NOT RUN {
set_libreoffice_path("local/path/to/soffice.exe")
# }

Run the code above in your browser using DataLab