Read the YAML front matter from a set of clamour analysis files and produce a tidy data.frame.

clamour_table(
  path = ".",
  ignore = c("index.Rmd", "about.Rmd", "_analysis.Rmd")
)

Arguments

path

Path to directory to search for .Rmd files

ignore

Vector or files to ignore

Value

data.frame containing information on analysis files