%>J% | R Documentation |
The experimental language piper for julia language.
obj %>J% func_call
obj |
the object to pass to the piper. |
func_call |
the impartial julia function call. |
if (identical(Sys.getenv("AUTO_JULIA_INSTALL"), "true")) { ## julia_setup is quite time consuming ## doing initialization and automatic installation of Julia if necessary julia_setup(installJulia = TRUE) 2 %>J% sqrt 3 %>J% log(2) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.