Displaying 2 results from an estimated 2 matches for "r_sexp_of_str".
2009 Sep 07
1
Usage of OCaml/R binding.
...> val init : ?argv:string array -> unit -> int
> external terminate : unit -> unit = "end_r"
> type sexp = R.sexp
> type symbol = 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...
2009 Sep 07
1
Usage of OCaml/R binding.
...> val init : ?argv:string array -> unit -> int
> external terminate : unit -> unit = "end_r"
> type sexp = R.sexp
> type symbol = 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...