Nonprofit Mission Classifiers

R Packages

Installing Packages

install.packages( c( "quanteda", "purrr", "xml2", "dplyr", "XML", "jsonlite" ) )
devtools::install_github( 'ultinomics/xmltools' )

library( xmltools )
library( purrr )
library( xml2 )
library( dplyr )
library( XML )
library( jsonlite )

Package Descriptions

We used the following R packages for analysis:

quanteda: Quantitative Analysis of Textual Data [ documentation ]

textclean for standardization of odd text types like dates, currency, emoticons, contractions, and slang [ overview ].