writeExcelToSharepoint: Write excel file to a Sharepoint location using a template

View source: R/Excel.R

writeExcelToSharepointR Documentation

Write excel file to a Sharepoint location using a template

Description

Write excel file to a Sharepoint location using a template

Usage

writeExcelToSharepoint(
  read_team_name,
  read_folder,
  read_file,
  write_team_name,
  write_folder,
  write_file,
  dta,
  preserve_class = TRUE
)

Arguments

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'.


sanjidnet/SharepointR documentation built on Dec. 10, 2022, 8:10 a.m.