- Fort Collins, CO
- http://danweitzel.net
- @dweitzel
Pinned Loading
-
-
ccdp_transformed
ccdp_transformed PublicThis repository holds code and data for a data transformation of the Comparative Campaign Dynamics Project data set.
R 3
-
Example of transformation for event ...
Example of transformation for event df merge 1library("tidyverse")
23df_event <- data.frame(country = c("A", "A", "B"),
4event = c(1,0,1),
5min_date = c(1990,1994,1993),
-
Change indicator
Change indicator 1## Load the library
2library("tidyverse")
34## Generate a fake data set with two countries, six years, and a changing indicator
5df <- tibble(country = rep(c("A", "B"), each = 6),
-
aussda_api
aussda_api PublicQuick explanation on how to access AUSSDA data through the dataverse API
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.