# Allows the user to define a function with `instruction`
# The `old_var` in `data` will be used in place of `x` in `instruction`.
code_modify_func(data = cohort_a, instruction = 'x + 5', old_var = 'age')
Run the code above in your browser using DataLab