powered by
Read in the content from a .odt file.
read_odt(file, skip = 0, remove.empty = TRUE, trim = TRUE, ...)
The path to the .odt file.
The number of lines to skip.
logical. If TRUE empty elements in the vector are removed.
TRUE
logical. If TRUE the leading/training white space is removed.
ignored.
Returns a character vector.
# NOT RUN { url <- "https://github.com/trinker/textreadr/raw/master/inst/docs/Hello_World.odt" file <- download(url) (txt <- read_odt(file)) # }
Run the code above in your browser using DataLab