Displaying 2 results from an estimated 2 matches for "r_set_var".
Did you mean:
pv_set_var
2009 Sep 07
1
Usage of OCaml/R binding.
...bol = string
> type arg = [ `Anon of sexp | `Named of sexp * symbol ]
> external sexp : string -> sexp = "r_sexp_of_string"
> external sexp_of_symbol : symbol -> sexp = "r_sexp_of_symbol"
> external set_var : symbol -> sexp -> unit = "r_set_var"
> external r_print_value : sexp -> unit = "r_print_value"
> external exec : string -> arg array -> unit = "r_exec"
> external current_test : unit -> unit = "r_current_test"
> external to_bool : sexp -> bool = "bool_...
2009 Sep 07
1
Usage of OCaml/R binding.
...bol = string
> type arg = [ `Anon of sexp | `Named of sexp * symbol ]
> external sexp : string -> sexp = "r_sexp_of_string"
> external sexp_of_symbol : symbol -> sexp = "r_sexp_of_symbol"
> external set_var : symbol -> sexp -> unit = "r_set_var"
> external r_print_value : sexp -> unit = "r_print_value"
> external exec : string -> arg array -> unit = "r_exec"
> external current_test : unit -> unit = "r_current_test"
> external to_bool : sexp -> bool = "bool_...