tabout: tabout

Description Usage Arguments

Description

takes a list of dataframes and write them to a sheet

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
tabout(x, sheet.name = NULL, overwrite = TRUE, file = "My_tables.xlsx",
  row.break.length = 2, write = TRUE, style = 1, dropif = 30,
  headers = names(x), header.pos = 1)
<<<<<<< HEAD
=======
<<<<<<< HEAD
=======
=======
<<<<<<< HEAD
  headers = names(x), header.pos = 1)
=======
  headers = names(x))
>>>>>>> e9f3c3f35edb28fcc70b9973b91c43d2058e16bb
>>>>>>> 5585abab7a5b37fa64ad4cd4be1ef9460d1adbe8
>>>>>>> f16214ecd4e6001ac36a5b8c62865093d1d5020d
>>>>>>> e138b254600b8ec159103142a51e76eaeee0d339
>>>>>>> 40218ffb92692cb8b23b22ef7ab39348c6e21556

Arguments

x

a list or a data.frame

sheet.name

name your sheet

overwrite
file

filename

row.break.length

number of empty rows between dataframes in sheet

write

if false returns workbook

style

chose how to style your frames (currently you can only style=1)


antongrau/soc.report documentation built on May 10, 2019, 12:25 p.m.