diff --git a/citations.Rmd b/citations.Rmd index ea3ac8e..5e58b15 100644 --- a/citations.Rmd +++ b/citations.Rmd @@ -14,7 +14,7 @@ root_dir <- rprojroot::find_root(rprojroot::has_dir(".git")) yaml <- yaml::read_yaml(file.path(root_dir, "_config_automation.yml")) ## For github -calendly <- readr::read_tsv(file.path("metricminer_data", "citations", "citation.tsv")) +calendly <- readr::read_tsv(file.path("metricminer_data", "citations", "citations.tsv")) ## For google # citations <- googlesheets4::read_sheet(yaml$citations_googlesheet)