powered by
Extract a sheet's unique key from a wide variety of URLs, i.e. a browser URL for both old and new Sheets, the "worksheets feed", and other links returned by the Sheets API.
extract_key_from_url(url)
character; a URL associated with a Google Sheet
# NOT RUN { GAP_URL <- gs_gap_url() GAP_KEY <- extract_key_from_url(GAP_URL) gap_ss <- gs_key(GAP_KEY) gap_ss # } # NOT RUN { # }
Run the code above in your browser using DataLab