Skip to content

Commit d7335d5

Browse files
authored
Update metrics_report.Rmd
Fix typo
1 parent 1fdf5d6 commit d7335d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

metrics_report.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ if (file.exists("deposits.rds")) {
104104
105105
print(deposits)
106106
# Run all the depositor affiliations against a regex of institutional members
107-
print(member_regexp(institutions, im)
107+
print(member_regexp(institutions, im))
108108
deposits$member <- member_regexp(institutions, im)
109109
110110

0 commit comments

Comments
 (0)