Learn R Programming

datamart (version 0.4.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, content, label = "", draft = TRUE,
    overwrite = TRUE, clss = "BlogPostTarget")

Arguments

name
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

Examples

Run this code
getSlots("BlogPostTarget")

Run the code above in your browser using DataLab