Learn R Programming

eoffice (version 0.1.6)

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

Examples

Run this code
# NOT RUN {
totable(t.test(wt ~ am, mtcars), filename = file.path(tempdir(), "mtcars.pptx"))
tabs <- inpptx(filename = file.path(tempdir(), "mtcars.pptx"), header = TRUE)
tabs
# }

Run the code above in your browser using DataLab