OCamlR_utilsSourceval 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.tval write'table :
?file:string ->
?sep:string ->
?col'names:bool ->
?row'names:bool ->
?quote:bool ->
OCamlR_base.Dataframe.t ->
unit