package ocaml-r

  1. Overview
  2. Docs
val data : ?envir:OCamlR_base.Environment.t -> string -> unit
val read'table : ?header:bool -> ?sep:string -> ?quote:string -> ?dec:string -> ?numerals:[ `allow'loss | `warn'loss | `no'loss ] -> ?row'names:bool -> ?col'names:bool -> ?na'strings:string -> ?check'names:bool -> ?strip'white:bool -> ?comment'char:string -> ?stringsAsFactors:bool -> string -> OCamlR_base.Dataframe.t
val write'table : ?file:string -> ?sep:string -> ?col'names:bool -> ?row'names:bool -> ?quote:bool -> OCamlR_base.Dataframe.t -> unit