Rows: 20602 Columns: 85
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (63): sex, place_birth_canada, place_birth_father, place_birth_mother, p...
dbl (21): caseid, age, age_first_child, age_youngest_child_under_6, total_ch...
lgl (1): main_activity
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
head(gss)
# A tibble: 6 × 85
caseid age age_fir…¹ age_y…² total…³ age_s…⁴ age_a…⁵ age_a…⁶ dista…⁷ age_y…⁸
<dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl>
1 1 52.7 27 NA 1 NA NA 25.9 30 NA
2 2 51.1 33 NA 5 NA NA NA NA NA
3 3 63.6 40 NA 5 NA NA 23.2 NA NA
4 4 80 56 NA 1 NA NA 27.3 NA NA
5 5 28 NA NA 0 25.3 NA NA NA NA
6 6 63 37 NA 2 NA NA 25.8 NA NA
# … with 75 more variables: feelings_life <dbl>, sex <chr>,
# place_birth_canada <chr>, place_birth_father <chr>,
# place_birth_mother <chr>, place_birth_macro_region <chr>,
# place_birth_province <chr>, year_arrived_canada <chr>, province <chr>,
# region <chr>, pop_center <chr>, marital_status <chr>, aboriginal <chr>,
# vis_minority <chr>, age_immigration <chr>, landed_immigrant <chr>,
# citizenship_status <chr>, education <chr>, own_rent <chr>, …