Learn R Programming

googlesheets4 (version 0.1.0)

as_sheets_id: Coerce to a sheets_id object

Description

Converts various representations of a Google Sheet into a sheets_id object. Anticipated inputs:

This is a generic function.

Usage

as_sheets_id(x, ...)

Arguments

x

Something that uniquely identifies a Google Sheet: a sheets_id, URL, or dribble.

...

Other arguments passed down to methods. (Not used.)

Examples

Run this code
# NOT RUN {
as_sheets_id("abc")
# }

Run the code above in your browser using DataLab