Pinned Loading
-
function used to source R scripts fr...
function used to source R scripts from GitHub. Practical so source R files from within an AWS instance 1# Credit for this function goes to Tony Breyal, who shared it on his blog
2# https://tonybreyal.wordpress.com/2011/11/24/source_https-sourcing-an-r-script-from-github/
34source_https <- function(url, ...) {
5# load package
-
Deleting non UTF-8 Characters and re...
Deleting non UTF-8 Characters and removing punctuation 1# removing non-ASCII characters from strings
2fin2011[, 1] <- iconv(fin2011[, 1], "utf-8", "ASCII", sub="")
34# removing special characters from strings
5fin2012[, 2] <- gsub("[[:punct:]]", "", fin2012[, 2])
-
-
-
-
dotfiles
dotfiles PublicForked from lewagon/dotfiles
Default configuration for Le Wagon's students
Shell
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.