Package 'mynotebooks'

Title: A template and tools for data analysis R Markdown documents
Description: A template for R Markdown that I like to use for data analysis. Also, a utility for creating a metadata template from a dataframe.
Authors: Eric Scott [aut, cre]
Maintainer: Eric Scott <[email protected]>
License: CC0
Version: 0.0.0.9003
Built: 2024-10-27 02:47:40 UTC
Source: https://github.com/Aariq/mynotebooks

Help Index


Insert data dictionary

Description

Insert data dictionary

Usage

df_dict(x = NULL)

Arguments

x

a data frame

Value

Inserts a data dictionary template as a markdown list at the cursor

Examples

## Not run: 
df_dict(warpbreaks)

## End(Not run)