Glue

Glue

-Glue
Author

Kevn Gilds, MPA

Published

2023-05-29

This is how I had to get the meta data to work on my new Post Add in.

# build yaml core
  new_post_core <- c(
    "---",
    glue::glue('title: "{title}"'),
    "description: |",
    glue::glue('  {description}'),
    glue::glue("author: {author}"),
    glue::glue("date: {date}"),
    glue::glue("categories:"),
    glue::glue(' -{categories}')

  )

About

Kevin is a nonprofit data professional operating out of Lakeland, Florida.
My expertise is helping nonprofits collect, manage and analyze their program data.