bmd: build markdown files from the posts

Description Usage Arguments Value Examples

View source: R/build.r

Description

build markdown files from the posts

Usage

1
2
3
bmd(post_df = NA, dest_path = "blog", post_df_source = c("appbase_api", "steemsql.com"), 
    if_yaml = FALSE, original_link = c("steemit.com", "cnsteem.com", "busy.org", 
        "steemdb.com", "steemd.com"))

Arguments

post_df

A data frame of the posts.

dest_path

A character string of the destination path for the markdown files.

post_df_source

A character string of the data frame source.

if_yaml

A logical value of whether the markdown files contain yaml headers.

original_link

A character string vector of the orginal links to the posts.

Value

markdown files.

Examples

1
2
3
4
## Not run: 
bmd()

## End(Not run)

steemr documentation built on May 1, 2019, 7:04 p.m.

Related to bmd in steemr...