Demographic data of students. One student per row of data. Short dataset with only 11 students and 11 variables.
1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 | Classes <U+0091>data.table<U+0092> and 'data.frame': 11 obs. of 11 variables:
$ fake_student_id: chr "114811" "86205" "105989" "95232" ...
$ gender : chr "F" "M" "F" "M" ...
$ race : chr "5" "2" "2" "5" ...
$ race_descr : chr "White" "Black" "Black" "White" ...
$ migrant_ind : chr "N" "N" "N" "N" ...
$ homeless_ind : chr "N" "N" "N" "N" ...
$ sped_ind : chr "N" "N" "Y" "N" ...
$ sped_code : chr "0" "0" "300" "0" ...
$ sped_descr : chr "Regular-Ed" "Regular-Ed" "Learning Disability" "Regular-Ed" ...
$ low_income_ind : chr "" "" "" "Y" ...
$ ell_status : chr "N" "N" "N" "N" ...
- attr(*, ".internal.selfref")=<externalptr>
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.