Displaying 2 results from an estimated 2 matches for "r_print_valu".
Did you mean:
r_print_value
2009 Sep 07
1
Usage of OCaml/R binding.
...`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_of_sexp"
> external to_in...
2009 Sep 07
1
Usage of OCaml/R binding.
...`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_of_sexp"
> external to_in...