Open
Description
In R, there are more appropriate structures to store the code but we keep storing this as a character.
This has some indirect negative consequences of unnecessary type conversions. Right now, if I call quenv() |> within({<code>})
then my <code>
is converted to character and then back again to the code. Such behaviour is currently being adapted in teal.data
(eval_code.teal_data_module
) so if changed - please change there as well.