get_tags: Function returning tags

Description Usage Arguments Value Examples

View source: R/get_tags.R

Description

It returns a data.frame of filenames and tags as Booleans. A nice rectangle!

Usage

1

Arguments

path

Path to where the posts are located

format

String of post formats

Value

data.frame of filenames and tags as Booleans

Examples

1
2
blog_path <- system.file(package = "blogyaml", "example_blog")
get_tags(blog_path, format = "*.md")

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