build markdown files from the posts

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

# NOT RUN {
bmd()
# }