create_ee_post: Create a blog post with ee specs

View source: R/create_ee_post.R

create_ee_postR Documentation

Create a blog post with ee specs

Description

This function wraps distill::create_post() to set options/load libraries in the resulting file

Usage

create_ee_post(..., open = TRUE)

Arguments

...

arguments passed to distill::create_post()

open

logical. Open the created file?

Examples

## Not run: 
library(eemisc)
create_ee_post("Test Post")

## End(Not run)

ekholme/eemisc documentation built on May 30, 2022, 6:34 p.m.