Skip to content

Commit

Permalink
cat looks much nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
Raffael committed Sep 22, 2014
1 parent c3c822b commit b3a25a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/twitter_api_call.R
Expand Up @@ -49,7 +49,7 @@ twitter_api_call <- function(
httpheader_escaped <- sprintf("Authorization: %s",gsub('"','\"',httpheader["Authorization"]))
cmd <- sprintf("%s -c \"/usr/bin/curl --silent --get '%s' --data '%s' --header '%s'\"", cygwin_bash, url, q, httpheader_escaped)
if(print_cmd) {
print(cmd)
cat(cmd)
}
result <- system(cmd, intern=TRUE)
}
Expand Down

0 comments on commit b3a25a9

Please sign in to comment.