inject_tags: Title

Description Usage Arguments Examples

View source: R/inject_tags.R

Description

Title

Usage

1
inject_tags(path, tags)

Arguments

path

Path to where the posts are located

tags

Tags as returned by get_tags and then edited

Examples

1
2
3
4
5
6
7
## Not run: 
path <- system.file(package = "blogyaml", "example_blog")
tags <- get_tags(path, format = "*.md")
# do something to tags
inject_tags(path, tags)

## End(Not run)

ropenscilabs/blogyaml documentation built on May 24, 2019, 2:02 a.m.