Skip to content

Commit abf40c3

Browse files
committed
cleaning data
1 parent de83c6d commit abf40c3

File tree

4 files changed

+7
-7001
lines changed

4 files changed

+7
-7001
lines changed

projects/.DS_Store

0 Bytes
Binary file not shown.

projects/in-development/scratchpad.R

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,10 @@ do.call(what = recode, args = list(as.character(grouped_classifications), lookup
3131

3232
x
3333

34-
do.call("dplyr::recode", c(list(x), setNames(as.list(values), names)))
34+
do.call("dplyr::recode", c(list(x), setNames(as.list(values), names)))
35+
36+
37+
38+
x <- read.csv("projects/sample_data/camcat_sa.csv")
39+
x %<>% head(1000)
40+
write.csv(x, "projects/sample_data/camcat_sa.csv", row.names = F)

0 commit comments

Comments
 (0)