Learn R Programming

samatha (version 0.41)

render.rss: Builds an rss file with all posts in the site Typically, the parameters would be population from a config.R file

Description

Builds an rss file with all posts in the site Typically, the parameters would be population from a config.R file

Usage

render.rss(site, domain, rss.title, rss.description, rss.categories)

Arguments

site
the path to the site
domain
domain name for the site
rss.title
title of the rss feed
rss.description
description of the feed
rss.categories
category tags for the whole feed

Value

NULL writes to file as a side effect

See Also

rssdoc