Learn R Programming

datamart (version 0.5.2)

BlogPostTarget-class: A Target representing a blog post

Description

This is an internal class representing a blog post. Use MdReport instead.

For internal use only

Usage

blogpost(name, subject, content, label = "", draft = TRUE, overwrite = TRUE, clss = "BlogPostTarget")

Arguments

name
short (file) name of the blogpost
subject
title of the blogpost
content
content of the post
label
character vector of keywords
draft
draft or not? default=TRUE
overwrite
overwrite or not? overwrite=TRUE
clss
class of the object, default 'BlogPostTarget'

Value

BlogPostTarget

See Also

blogpost

Examples

Run this code
getSlots("BlogPostTarget")

Run the code above in your browser using DataLab