Skip to content

Commit

Permalink
process spreadsheets-socialsci
Browse files Browse the repository at this point in the history
  • Loading branch information
zkamvar committed May 2, 2023
1 parent 3f14476 commit 44f8898
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion datacarpentry/spreadsheets-socialsci
3 changes: 3 additions & 0 deletions datacarpentry/spreadsheets-socialsci.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@
# to <- function(...) fs::path(new, ...)
# old_lesson <- pegboard::Lesson$new(new, jekyll = FALSE)

e2 <- readLines(to("episodes/02-common-mistakes.md"))
e2 <- sub("[_](name|pretty)", "-\\1", e2)
writeLines(e2, to("episodes/02-common-mistakes.md"))

0 comments on commit 44f8898

Please sign in to comment.