| replace_in_selective_text_for_all_entries_in_all_dicts | R Documentation |
duh
replace_in_selective_text_for_all_entries_in_all_dicts(script, dict_filenames = c("dict_writing.rda"))
script |
character |
i use it in two scenarios. for writing , replace shorthands with full spellings see https://github.com/xf15/efficientize/blob/main/data-raw/dict_writing.csv . for code , modify psyexp script used for a single list to be used as script for task combining all lists see https://github.com/xf15/efficientize/blob/main/data-raw/dict_psyexp.csv . if you want to use this feature, you should fork my repo, replace my csv with your own, and install your repo, don't send me pull request on this
character
replace_in_selective_text_for_all_entries_in_all_dicts("in exp1", 'dict_writing.rda')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.