Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using shinyAce in browser while interacting with the local R session. #77

Open
bes827 opened this issue Oct 3, 2020 · 1 comment
Open

Comments

@bes827
Copy link

bes827 commented Oct 3, 2020

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

@vnijs
Copy link
Collaborator

vnijs commented Oct 6, 2020

It is possible but not straight forward. I do something like this in Radiant which you might find of interest.

https://radiant-rstats.github.io/docs/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants