Skip to content

Commit

Permalink
Update citations.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Mar 14, 2024
1 parent a7957b9 commit d526108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion citations.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d526108

Please sign in to comment.