package ocaml-r

  1. Overview
  2. Docs

Module OCamlR_base.DataframeSource

include module type of List_
include OCamlR.SXP
type t
val equal : t -> t -> bool
val is_function : t -> bool
val attr : t -> string -> OCamlR.sexp
val _class_ : t -> string list
val nil_map : t -> f:(t -> 'a) -> 'a option
val print : t -> unit
val unsafe_of_sexp : OCamlR.sexp -> t
val to_sexp : t -> OCamlR.sexp
Sourceval as_vecsxp : t -> OCamlR.Vecsxp.t
Sourceval subset2 : t -> string -> 'a OCamlR.Dec.t -> 'a option
Sourceval subset2_i : t -> int -> 'a OCamlR.Dec.t -> 'a option
Sourceval subset2_exn : t -> string -> 'a OCamlR.Dec.t -> 'a
Sourceval subset2_i_exn : t -> int -> 'a OCamlR.Dec.t -> 'a
Sourceval of_env : Environment.t -> string -> t option
Sourceval dim : t -> int * int
Sourceval as_list : t -> List_.t
Sourcetype column = [
  1. | `Numeric of Numeric.t
  2. | `Integer of Integer.t
  3. | `Logical of Logical.t
  4. | `Character of Character.t
  5. | `Factor of Factor.t
]
Sourceval create : (string * column) list -> t
Sourceval rbind : t -> t -> t
Sourceval cbind : t -> t -> t
Sourceval get_row : t -> int -> t
Sourceval get_col : t -> int -> column
Sourceval as'matrix : t -> matrix
OCaml

Innovation. Community. Security.