Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

save.Rdata

R Utilities: Save a Data Frame in Rdata Format


Description

This function saves a data frame in a Rdata format.

Usage

save.Rdata(dat, name, path=NULL, part.numb=1000)

Arguments

dat

Data frame

name

Name of the R object to be saved

path

Directory for saving the object

part.numb

Number of rows of the data frame which should also be saved in csv format. The default is saving 1000 rows.

Examples

## Not run: 
dfr <- matrix( 2*1:12-3, 4,3 )
save.Rdata( dfr, "dataframe_test" )
## End(Not run)

miceadds

Some Additional Multiple Imputation Functions, Especially for 'mice'

v3.11-6
GPL (>= 2)
Authors
Alexander Robitzsch [aut,cre] (<https://orcid.org/0000-0002-8226-3132>), Simon Grund [aut] (<https://orcid.org/0000-0002-1290-8986>), Thorsten Henke [ctb]
Initial release
2021-01-21 11:48:47

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.