Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sbalci/ff4f52267dd83eb2e66de567ddcff925 to your computer and use it in GitHub Desktop.
Save sbalci/ff4f52267dd83eb2e66de567ddcff925 to your computer and use it in GitHub Desktop.
# unname and rename all chunks in R project
purrr::map(
.x = list_Rmd_files,
.f = namer::unname_all_chunks
)
purrr::map(
.x = list_Rmd_files,
.f = namer::name_chunks
)
# https://git.io/JuqOa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment