knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "README-" )
Valhalla rising!
devtools::install_github("Steensson/valhalla")
"Interesting capitalization", I said. "Yeah. I'm a big believer in random capitalization. The rules of capitalization are so unfair to words in the middle.", Margo said.
valhalla::margonize("Sebastian. The man with the most sexy beard on Amager!")
An attempt to mimic the _n function in Stata.
df <- data.frame( id = c("A", "A", "B", "B", "B", "C", "C"), val = rnorm(7) ) df df <- valhalla::stata_n(df, "id") df
An attempt to mimic the _N function in Stata.
df <- data.frame( id = c("A", "A", "B", "B", "B", "C", "C"), val = rnorm(7) ) df df <- valhalla::stata_N(df, "id") df
Calls dst.dk with name parameters and returns a dataframe with counts.
fornavn <- "Sebastian" efternavn <- "Steenssøn" df <- valhalla::hvor_mange_hedder(fornavn, efternavn) df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.