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
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