Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
TODO: code to load a package (in this case RCurl) opts = curlOptions(header = FALSE, userpwd = "username:password", netrc = FALSE) > update <- function(status){ method <- "http://twitter.com/statuses/update.xml?status=" encoded_status <- URLencode(status) request <- paste(method,encoded_status,sep = "") postForm(request,.opts = opts) }
This paste will be private.
From the Design Piracy series on my blog: