The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
as.data.frame
and as.data.table
methods to make them compatible with new R-devel. This means you have to
call these functions with named arguments now.table_id
is no longer pasted to the title when creating
excel output. If you require the old behavior set
.print_table_id = TRUE
walk_regions()
and map_regions()
to
manipulate cells in named regions within a Workbook
(e.g. apply formatting to them)open_file()
save_*()
functions (they
wrote to the users home directory by default)Tatoo_table
objects to Latex code or save them
directly to .pdf
with as_latex()
and
save_pdf()
(experimental).open_file()
utility to open files with external
programs.view_pdf()
and view_xlsx()
for
directly viewing tables in a .pdf viewer or spreadsheet programsave_xlsx()
now returns the path to the saved workbook,
rather than the workbook objectprint()
methodsas_Composite_table.data.table()
converts data.tables to
Composite tables, based on separators in the column names (e.g
fruit.apple, fruit.banana)as.data.table.Composite_table()
constructs
column names. The new format is colname.multiname instead of
multiname.colname. This is to emulate the behavior of
base::merge()
flip_names()
can flip names and multinames of a
composite table (at the cost of reordering the columns)These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.