indocx: read table from docx

View source: R/inoffice.R

indocxR Documentation

read table from docx

Description

read table from docx

Usage

indocx(filename, header = FALSE)

Arguments

filename

input filename

header

use first row as column name

Author(s)

Kai Guo

Examples

totable(t.test(wt ~ am, mtcars), filename = file.path(tempdir(), "mtcars.docx"))
tabs <- indocx(filename = file.path(tempdir(), "mtcars.docx"), header = TRUE)
tabs

eoffice documentation built on Oct. 5, 2022, 9:05 a.m.