From d526108062274bc5d511cc1e905e8fed060be387 Mon Sep 17 00:00:00 2001 From: Candace Savonen Date: Thu, 14 Mar 2024 14:28:13 -0400 Subject: [PATCH] Update citations.Rmd --- citations.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)