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
The software's architecture should not prohibit other scripting languages. In Java, there's a ScriptEngine API that allows runtime evaluation of a scripting language without coupling the implementation to a particular syntax. This would allow for JavaScript, Python, R, Perl, and other languages to generate dynamic content.
Having a syntax for R Markdown that's compatible with pandoc/knitr would be useful, as R is extremely popular for data science.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The software's architecture should not prohibit other scripting languages. In Java, there's a ScriptEngine API that allows runtime evaluation of a scripting language without coupling the implementation to a particular syntax. This would allow for JavaScript, Python, R, Perl, and other languages to generate dynamic content.
Having a syntax for R Markdown that's compatible with pandoc/knitr would be useful, as R is extremely popular for data science.
Beta Was this translation helpful? Give feedback.
All reactions