Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
removes note
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Apr 28, 2017
1 parent 16227f6 commit 32dbc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ replace_plus <- function(x){
if(is.null(x)){
return(x)
}else{
gsub("\\+", " ", URLdecode(x))
gsub("\\+", " ", utils::URLdecode(x))
}

}
Expand Down

0 comments on commit 32dbc43

Please sign in to comment.