Skip to content

Instantly share code, notes, and snippets.

View edwindj's full-sized avatar

Edwin de Jonge edwindj

  • Statistics Netherlands (CBS)
  • @edwindjonge
View GitHub Profile
countries Freq
Austria 3
Canada 2
Denmark 1
France 2
Germany 2
Guatemala 1
India 1
Indonesia 1
Ireland 1
devtools::install_github("hrbrmstr/hyphenatr")
library(magrittr)
library(hyphenatr)
switch_dict("nl_NL")
words <- c( "hottentottententententoonstelling" # extremely long word (not really used in dutch)
, "feeëriek" # = fairy, contains a special character
)
# and that is correctly hyphenated!
@edwindj
edwindj / README.md
Created November 8, 2012 22:06
Shiny tableplot app

Shiny tableplots

This example can be run in R with

if (!require(shiny)){
   library(devtools)
   install_github("shiny", "rstudio")
}