diff --git a/R/tables.R b/R/tables.R index 7db9443..f7f5d98 100644 --- a/R/tables.R +++ b/R/tables.R @@ -52,7 +52,7 @@ record_level_table <- function(citations, include = "sources", include_empty = T } if (! "url" %in% colnames(citations)) { - citations$url <- NA + citations$url <- NA_character_ } citations <- citations %>%