powered by
Convert a DataFrame to Standard CSV.
convert.csv(x, ...)# S4 method for D1Client convert.csv(x, df, ...)
# S4 method for D1Client convert.csv(x, df, ...)
the dataframe serialized as a .csv
A D1Client object
additional params passed to write.csv
the dataFrame
D1Client() class description.
D1Client()
if (FALSE) { d1c <- D1Client("STAGING", "urn:node:mnStageUCSB2") testdf <- data.frame(x=1:10,y=11:20) sdf <- convert.csv(d1c, testdf) }
Run the code above in your browser using DataLab