Learn R Programming

⚠️There's a newer version (0.3.0) of this package.Take me there.

docxtools package

A set of helper functions for using R Markdown to create documents in docx format, especially documents for use in a classroom or workshop setting.

The current functions are:

  • align_pander()
  • format_engr()
  • put_axes()
  • put_gap()

Copy Link

Version

Install

install.packages('docxtools')

Monthly Downloads

136

Version

0.1.0

License

MIT + file LICENSE

Maintainer

Richard Layton

Last Published

December 28th, 2016

Functions in docxtools (0.1.0)

put_axes

Insert a two-dimensional coordinate axes in a document.
align_pander

Align the columns of a pander table.
format_engr

Format numerical variables in engineering notation.
put_gap

Insert a gap or whitespace in a document.