powered by
docx_extract_all(docx, guess_header = TRUE, trim = TRUE)
docx
read_docx
TRUE
list
data.frame
assign_colnames
docx_extract_tbl
# a "real" Word doc real_world <- read_docx(system.file("examples/realworld.docx", package="docxtractr")) docx_tbl_count(real_world) # get all the tables tbls <- docx_extract_all(real_world)
Run the code above in your browser using DataLab