Description Usage Arguments Details Value
copy_to copies a local data frame to 
a table in the active Hive database.
1 2 3  | 
src | 
 A   | 
df | 
 The local data frame to copy  | 
name | 
 What to name the table in Hive  | 
temporary | 
 Whether to create a temporary or permanent table  | 
overwrite | 
 Whether to overwrite an existing table with the same name if one exists in the Hive database  | 
By default, a temporary table in the Hive database will be created, unless you specify that it should be a permanent table.
A tbl_Hive object reference to the Hive table created
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.