You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using R through a gui interface that also allows code editing/modification (r commander), however it lacks the elegant code editing options, such as autocompletion, adding second brackets, auto populate variables using dataset$, etc....
Can I use shinyAce to edit the code in browser and copy it to r commander? there are a lot of online r code editors but I was hoping shintAce can interact with the local R session and recognize functions from loaded packages, recognize the datasets, etc...
I want to guess that this is doable as the shinyAce seems to be really powerful, but does it require complex coding or can be done by average R users? and if there are any instruction available to do this task?
thank you
The text was updated successfully, but these errors were encountered:
I am using R through a gui interface that also allows code editing/modification (r commander), however it lacks the elegant code editing options, such as autocompletion, adding second brackets, auto populate variables using dataset$, etc....
Can I use shinyAce to edit the code in browser and copy it to r commander? there are a lot of online r code editors but I was hoping shintAce can interact with the local R session and recognize functions from loaded packages, recognize the datasets, etc...
I want to guess that this is doable as the shinyAce seems to be really powerful, but does it require complex coding or can be done by average R users? and if there are any instruction available to do this task?
thank you
The text was updated successfully, but these errors were encountered: