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, ...)
A D1Client object
additional params passed to write.csv
the dataFrame
the dataframe serialized as a .csv
D1Client class description.
D1Client
# NOT RUN { 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