Skip to content

Commit 470cd52

Browse files
committed
Remove factor variable...
1 parent 84341de commit 470cd52

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

data-raw/bridges_build.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ colnames(bridges) = gsub("-", "_", tolower(var_names))
3030

3131
# Switch from numeric to factor:
3232
bridges = within(bridges, {
33-
erected = factor(erected)
3433
lanes = factor(lanes)
3534
})
3635

data/bridges.rda

-79 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)