Skip to content

Commit

Permalink
prepend "NSF" to award numbers for funding section
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Nov 15, 2019
1 parent b46cf06 commit d8bed9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/eml.R
Original file line number Diff line number Diff line change
Expand Up @@ -1064,6 +1064,7 @@ eml_nsf_to_project <- function(awards){
i <- lapply(result, function(x) {!is.null(x)})
result <- result[unlist(i)]
award_nums <- award_nums[unlist(i)]
award_nums <- paste("NSF", award_nums)

if (length(award_nums) > 0){
co_pis <- lapply(result, function(x){
Expand Down

0 comments on commit d8bed9c

Please sign in to comment.