mimic_on()
pull() # does nothing
pull(all = TRUE) # will pull all settings from gd, overwriting them
pull(addins_gd = '{"insertPipeOperator": "Shift+Tab"}',)
# will write to addins.json the string
pull(
addins_gd = '{"insertPipeOperator": "Shift+Tab"}',
editor_bindings_gd= TRUE
)
# will write to addins.json the string and pull editor_bindings from gd
mimic_off()
Run the code above in your browser using DataLab