Skip to content

Instantly share code, notes, and snippets.

@aloth
Created September 19, 2017 08:53
Show Gist options
  • Save aloth/6a219e61acb80aeb9e57bd7da0b251b7 to your computer and use it in GitHub Desktop.
Save aloth/6a219e61acb80aeb9e57bd7da0b251b7 to your computer and use it in GitHub Desktop.
Calling Julia code from Tableau via R
SCRIPT_INT('
library(XRJulia)
if (!exists("ev")) ev <- RJulia()
y <- juliaEval("
4 / 3 * %s * ' + STR([Factor]) + ' * pi ^ 3
", .arg1)
',
[Radius])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment