Skip to content

Commit

Permalink
remove dangling @
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCoene committed Jul 6, 2018
1 parent 3a11a3a commit 36ebf8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ cleanHandles <- function(handles) {
handles <- substring(handles, 2)
}

handles <- gsub("@", "", handles)
handles <- trimws(handles)

return(handles)
Expand Down
4 changes: 2 additions & 2 deletions man/edges.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 36ebf8d

Please sign in to comment.