rmdHelpers-package {rmdHelpers}R Documentation

Helper Functions for Rmd Documents

Description

A series of functions to aid in repeated tasks for Rmd documents. All details are to my personal preference, though I am happy to add flexibility if there are use cases I am missing. I will continue updating with new functions as I add utility functions for myself.

Details

The DESCRIPTION file:

Package: rmdHelpers
Type: Package
Title: Helper Functions for Rmd Documents
Version: 1.2
Date: 2016-07-11
Author: Mark Peterson
Maintainer: Mark Peterson <mark.phillip.peterson@gmail.com>
Description: A series of functions to aid in repeated tasks for Rmd documents. All details are to my personal preference, though I am happy to add flexibility if there are use cases I am missing. I will continue updating with new functions as I add utility functions for myself.
License: GPL
Depends: knitr, dplyr

Index of help topics:

formatEffectTable       Format an effect table
formatP                 Format p-value
myFrac                  Print Fraction for markdown
myKable                 Wrapper for kable
printList               Print nice lists
refNote                 Generate a popup reference note
rmdHelpers-package      Helper Functions for Rmd Documents
thisFileName            Identify current file
thisfile_knit           Identify the file currently being knitted

Basic functions that I use in multiple Rmd documents

Author(s)

Mark Peterson

Maintainer: Mark Peterson <mark.phillip.peterson@gmail.com>


[Package rmdHelpers version 1.2 Index]