Skip to content

Commit

Permalink
fix citation
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Oct 18, 2023
1 parent 9ef25af commit da57b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/download_survey.r
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ download_survey <- function(survey, dir = NULL) {
reference <- list(
title = parsed_cite$name,
bibtype = "Misc",
author = parsed_cite$creator$name,
author = parsed_cite$author$name,
year = data.table::year(parsed_cite$datePublished)
)
if ("version" %in% names(parsed_cite)) {
Expand Down

0 comments on commit da57b41

Please sign in to comment.