bookdown2py: Convert the Chinese headers of bookdown .Rmd files into Pinyin
Description
Convert the Chinese headers of bookdown .Rmd files into Pinyin
Usage
bookdown2py(folder = "py", remove_curly_bracket = TRUE, other_replace = NULL, dic = NA)
Arguments
folder
character. The folder in which the files are to be converted.
remove_curly_bracket
logical. Whether to remove existing curly brackets in the headers.
other_replace
NULL or character. Define how to convert non-Chinese characters in mychar. NULL means 'let it be'.
Value
new .Rmd files with Pinyin headers.
Examples
Run this code# NOT RUN {
bookdown2py(dic = NA)
# }
Run the code above in your browser using DataLab