├── .gitignore ├── README.R ├── README.md ├── manipulate-xml-with-purrr-dplyr-tidyr.Rproj └── rc.html /.gitignore: -------------------------------------------------------------------------------- 1 | .Rproj.user 2 | .Rhistory 3 | .RData 4 | -------------------------------------------------------------------------------- /README.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jennybc/manipulate-xml-with-purrr-dplyr-tidyr/HEAD/README.R -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jennybc/manipulate-xml-with-purrr-dplyr-tidyr/HEAD/README.md -------------------------------------------------------------------------------- /manipulate-xml-with-purrr-dplyr-tidyr.Rproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jennybc/manipulate-xml-with-purrr-dplyr-tidyr/HEAD/manipulate-xml-with-purrr-dplyr-tidyr.Rproj -------------------------------------------------------------------------------- /rc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jennybc/manipulate-xml-with-purrr-dplyr-tidyr/HEAD/rc.html --------------------------------------------------------------------------------