Skip to content

Commit 4df5ccc

Browse files
Alan LiangAlan Liang
Alan Liang
authored and
Alan Liang
committedMar 27, 2020
remove column descriptors from data
1 parent 0a0bd70 commit 4df5ccc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎data-raw/clean_kansas.R

+6-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,9 @@ kansas <- kansas %>%
3939
avgwklywagecapita = avg_wkly_wage,
4040
estabscapita = qtrly_estabs_count / popestimate) %>%
4141
filter(year_qtr <= 2016) %>%
42-
inner_join(state_abb)
42+
inner_join(state_abb)
43+
44+
for (name in colnames(kansas)) {
45+
attributes(kansas[[name]])$label = NULL
46+
}
47+

‎data/kansas.rda

-1.08 KB
Binary file not shown.

0 commit comments

Comments
 (0)
Please sign in to comment.