Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
mrustl committed Mar 25, 2020
1 parent dd0094b commit d5bf505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/add_projects_to_pub_index_md.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ add_projects_to_pub_index_md <- function(endnote_df,
dplyr::mutate(project_names = stringr::str_split(.data[[col_project]],
",") %>%
sapply(function(record) {
sprintf('projects : [%s]',
sprintf('projects: [%s]',
sprintf('"%s"', paste0(record, collapse = ", ")))}))


Expand Down

0 comments on commit d5bf505

Please sign in to comment.