Open bjeffrey92 opened 2 years ago
Firstly, I'm a big fan of radian. Thanks for creating it, I've been looking for something like this for a while
Additional feature suggestion: Would it be possible to create "magic commands", similar to those used by Ipython, in radian such as these?
eg: r$> %time <do something>
r$> %time <do something>
It is technically possible. Basically, we need to modify the content of the input in this line and pass the modified input to R.
Firstly, I'm a big fan of radian. Thanks for creating it, I've been looking for something like this for a while
Additional feature suggestion: Would it be possible to create "magic commands", similar to those used by Ipython, in radian such as these?
eg:
r$> %time <do something>