post_info: Fetch the information about a post

Description Usage Arguments Value See Also Examples

Description

post_info fetches the information about a post and returns it in a named list

Usage

1
post_info(post)

Arguments

post

path to the post

Value

A named list containing information about post

See Also

new_post, tag_post

Examples

1
2
3
new_post("Hello, world!", "hello-world")
tag_post(post_dir(Sys.Date(), "hello-world"), c("greetings", "salutations"))
post_info(post_dir(Sys.Date(), "hello-world"))

dnegrey/blogr documentation built on May 15, 2019, 9:38 a.m.