Skip to content

Commit

Permalink
Update functions.R
Browse files Browse the repository at this point in the history
  • Loading branch information
lecy authored Nov 20, 2024
1 parent cd69d12 commit 38a7f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ get_bmf <- function( inactive=TRUE ){

if( inactive ){
url2 <- "https://nccsdata.s3.us-east-1.amazonaws.com/harmonized/bmf/unified/BMF_UNIFIED_INACTIVE_ORGS_V1.1.csv"
bmf2 <- data.table::fread( url )
bmf2 <- data.table::fread( url2 )
bmf <- dplyr::bind_rows( bmf, bmf2 ) }

return( bmf )
Expand Down

0 comments on commit 38a7f12

Please sign in to comment.