inpptx: read table from pptx

View source: R/inoffice.R

inpptxR Documentation

read table from pptx

Description

read table from pptx

Usage

inpptx(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.pptx"))
tabs <- inpptx(filename = file.path(tempdir(), "mtcars.pptx"), header = TRUE)
tabs

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