Created
September 5, 2021 15:38
-
-
Save sbalci/ff4f52267dd83eb2e66de567ddcff925 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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