grapes-greater-than-J-grapes: Language piper for julia language.

%>J%R Documentation

Language piper for julia language.

Description

The experimental language piper for julia language.

Usage

obj %>J% func_call

Arguments

obj

the object to pass to the piper.

func_call

the impartial julia function call.

Examples

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)
}


JuliaCall documentation built on Sept. 8, 2022, 5:10 p.m.