writeExcelToSharepoint | R Documentation |
Write excel file to a Sharepoint location using a template
writeExcelToSharepoint( read_team_name, read_folder, read_file, write_team_name, write_folder, write_file, dta, preserve_class = TRUE )
read_team_name |
name of team or drive |
read_folder |
replace back slashes with forward slashes '/'. Feel free to keep spaces if present. |
read_file |
include extension |
write_team_name |
name of team or drive |
write_folder |
replace back slashes with forward slashes '/'. Feel free to keep spaces if present. |
write_file |
include extension |
dta |
'data.frame' or 'data.table' |
preserve_class |
if true, this will recognize 'currency', 'percentage', 'character' class. These classes will be converted to the respective excel format thusly. The rest will be 'General' If false, everything is 'General'. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.