Description Usage Arguments Value Author(s) Examples
View source: R/save_loaded_tables_to_hdfs.R
Saves the loaded tables to HDFS in order to retrieve them quickly after Rstudio crash. Maximum 3 tables per .Rdata file.
1 | save_loaded_tables_to_hdfs(list_loaded_tables, path = "/user/y8202/temp_save/")
|
list_loaded_tables |
The list of tables to save to HDFS. Type = list of dataframes |
path |
The path in HDFS to save into. Type = character |
Does not return anything.
Briac LE RAY (briac.leray@partnre.com)
1 | save_loaded_tables_to_hdfs(list_loaded_tables = c(df_1, df_2, df_3, df_4), path = "/user/y8202/temp_save/")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.