Learn R Programming

lares (version 4.7)

writeGS: Google Sheets Writing

Description

This function lets the user write on any Google Sheet

Usage

writeGS(data, title, ws = "Hoja 1", cell = "A1", first_time = FALSE)

Arguments

data

Data Frame. Data to export to Google Sheet

title

Character. Textual title of Google Sheet

ws

Character. Working sheet to export to

cell

Character. In which cell should we paste the data (upper left cell)

first_time

Boolean. Authenticate manualy

See Also

Other Connection: get_tweets, queryGA, readGS