Skip to content
View mberneaud's full-sized avatar

Organizations

@Hertie-Governance-Indicators

Block or report mberneaud

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 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/
    3
    
                  
    4
    source_https <- function(url, ...) {
    5
      # load package
  2. Deleting non UTF-8 Characters and re... Deleting non UTF-8 Characters and removing punctuation
    1
    # removing non-ASCII characters from strings
    2
    fin2011[, 1] <- iconv(fin2011[, 1], "utf-8", "ASCII", sub="")
    3
    
                  
    4
    # removing special characters from strings
    5
    fin2012[, 2] <- gsub("[[:punct:]]", "", fin2012[, 2])
  3. HertieDataClub HertieDataClub Public

    Forked from BenjaminGaiser/HertieDataClub

    HTML

  4. hyde hyde Public

    Forked from poole/hyde

    A brazen two-column theme for Jekyll.

    CSS

  5. jmarkgraf/PresentationAssignment jmarkgraf/PresentationAssignment Public

    HTML

  6. dotfiles dotfiles Public

    Forked from lewagon/dotfiles

    Default configuration for Le Wagon's students

    Shell