compare_int {IPEDS} | R Documentation |
Function for Comparing (2) Institutions Side by Side, Chosen by User Input
Description
Outputs Table Comparing Various Qualities Each Institution Has
Usage
compare_int(Institution1_ID, Institution2_ID)
Arguments
Institution1_ID |
(numeric) 1st Institution chosen by user to be compared against Institution2 |
Institution2_ID |
(numeric) 2nd Institution chosen by user to be compared against Institution1 |
Value
A 2 column table with the qualities of the 2 institutions being compared in the rows.
Examples
compare_int(Institution1_ID = 100654, Institution2_ID = 100663)
compare_int(167835, 168218)
[Package IPEDS version 0.1.0 Index]