replace_based_on_dict: replace strings referring to "dictionaries"

replace_in_selective_text_for_all_entries_in_all_dictsR Documentation

replace strings referring to "dictionaries"

Description

duh

Usage

replace_in_selective_text_for_all_entries_in_all_dicts(script, dict_filenames = c("dict_writing.rda"))

Arguments

script

character

Details

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

Value

character

Examples

replace_in_selective_text_for_all_entries_in_all_dicts("in exp1", 'dict_writing.rda')


xf15/efficientize documentation built on April 16, 2023, 2:16 a.m.