edit_tags: Shiny app for batch tag editing

Description Usage Arguments Details Examples

View source: R/edit_tags.R

Description

Launch Shiny app for batch tag editing

Usage

1
edit_tags(path = getwd())

Arguments

path

path to where the posts are found

Details

The YAML metadata can also be edited in other fields, e.g. a slug can become lala instead of 'lala' which should not pose any problem. That said, do check all edits before committing them (assuming your website is under version control!).

Examples

1
2
3
4
5
## Not run: 
 blog_path <- system.file(package = "blogyaml", "example_blog")
 edit_tags(blog_path)
 
## End(Not run)

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