MRAP

MRAP is an R package to make 1033 Program data more accessible.

Code

##install and load required packages

install.packages(devtools)

library(devtools)


##install MRAP from github

install_github("jimeneztyler/MRAP")


##view 1033 program dataset

leso_12_31_19


##view introductory information about 1033 Program from wikipedia

what.is()


##return total number of pieces of equipment included in data

total.equipment()


##return total acquisition value for equipment included in data

total.value()


##create subset of data including only colleges and universities

leso_college <- college.transfers()