ocaml-r
OCamlR.Strsxp
R array of string values
ocaml-r.base
ocaml-r.grDevices
ocaml-r.graphics
ocaml-r.interpreter
ocaml-r.math
ocaml-r.methods
ocaml-r.stats
ocaml-r.utils
ocaml-r.wraputils
include Vector with type t = strsxp with type repr = string
include SXP with type t = strsxp
type t = strsxp
val equal : t -> t -> bool
val is_function : t -> bool
val attr : t -> string -> sexp
val _class_ : t -> string list
val nil_map : t -> f:(t -> 'a) -> 'a option
val print : t -> unit
val unsafe_of_sexp : sexp -> t
val to_sexp : t -> sexp
type repr = string
val length : t -> int
val of_array : repr array -> t
val of_list : repr list -> t
val to_array : t -> repr array
val to_list : t -> repr list
val get : t -> int -> repr
val of_array_opt : repr option array -> t
val to_array_opt : t -> repr option array
val get_opt : t -> int -> repr option
val get2 : t -> int -> int -> repr