No articles match
Cell and Column Types2 months ago
Type guessing | Excel types, R types, col_types | When column guessing goes wrong | Peek at column names | Square pegs in round holes | Logical column | Numeric column | Date column | Text or character column
Sheet Geometry2 months ago
Little known Excel facts | Implications for readxl | skip and n_max | skip | n_max | range
Transformers2 months ago
collapse transformer | Shell quoting transformer | emoji transformer | sprintf transformer | signif transformer | safely transformer | "Variables and Values" transformer
How to write a function that wraps glue3 months ago
Working example | Where does glue() evaluate code?
Introduction to glue3 months ago
Gluing and interpolating | Control of line breaks | Delimiters | Where glue looks for values | SQL
Custom knitr language engines3 months ago
glue engine | glue_sql engine
Depending on a development version4 months ago
The Remotes field | GitHub | Other sources | CRAN submission
Troubleshooting gargle auth5 months ago
"gargle_verbosity" option | gargle_oauth_sitrep() | Why do good tokens go bad? | Too many tokens | Credential rolling | How to avoid auth pain | How to inspect the last response
Auth when using R from the browser5 months ago
Consider using a service account token (or no token!) | When and how to use OOB | Request OOB auth in the PKG_auth() call | Set the "gargle_oob_default" option | Conventional vs. pseudo-OOB auth | How pseudo-OOB works | More details about the deprecation of conventional OOB | But I didn't need OOB yesterday! | Further reading
How gargle gets tokens5 months ago
token_fetch() | Get verbose output | credentials_byo_oauth2() | credentials_service_account() | credentials_external_account() | credentials_app_default() | credentials_gce() | credentials_user_oauth2() | Manipulate the credential function registry
How to get your own API credentials5 months ago
Get a Google Cloud Platform project | Enable API(s) | Think about billing | API Key | What does a user do with an API key? | OAuth client ID and secret | What does a user do with an OAuth client? | Service account token | What does a user do with a service account token? | Workload identity federation | Further reading
How to use gargle for auth in a client package5 months ago
Key choices | User-facing auth | Auth state | OAuth client | API key | Email or Google identity | Scopes | OAuth cache and Out-of-band auth | Overview of mechanics | Getting that first token | Auth interface | De-auth | Bring Your Own Client and Key | Changing identities (and more)
Request helper functions5 months ago
Why use gargle's request helpers? | High-level design pattern | gargle's HTTP request helpers | Discovery Documents | Method (or endpoint) data | Design suggestion: forming requests | Design suggestion: making requests | Reference
Transition from OAuth app to OAuth client5 months ago
Why change was needed | How to instantiate an OAuth client in R | AuthState class | Gargle2.0 class
Non-interactive auth5 months ago
Provide a token or pre-authorize token discovery | Sidebar 1: Deployment | Sidebar 2: I just want my .Rmd to render | Embrace credentials available in certain cloud settings | Google Compute Engine | Workload Identity on Google Kubernetes Engine (GKE) | AWS | Provide a service account token directly | Rig a service or external account for use with Application Default Credentials | Provide an OAuth token directly | Arrange for an OAuth user token to be re-discovered | I just want my .Rmd to render | Project-level OAuth cache
Get started with vroom6 months ago
Reading files | Reading multiple files | Reading compressed files | Reading individual files from a multi-file zip archive | Reading remote files | Column selection | Reading fixed width files | Column types | Name repair | Writing delimited files | Writing CSV delimited files | Writing compressed files | Reading and writing from standard input and output | Further reading
Vroom Benchmarks6 months ago
How it works | Reading delimited files | Taxi Trip Dataset | Taxi Benchmarks | All numeric data | Long | Wide | All character data | Reading multiple delimited files | Reading fixed width files | United States Census 5-Percent Public Use Microdata Sample files | Census data benchmarks | Writing delimited files | Session and package information
Column type8 months ago
Automatic guessing | Legacy behavior
Introduction to readr8 months ago
Vector parsers | Atomic vectors | Flexible numeric parser | Date/times | Factors | Column specification | Rectangular parsers | Overriding the defaults | Available column specifications | Output
Locales8 months ago
Dates and times | Names of months and days | Timezones | Default formats | Character | Numbers
gmailr8 months ago
OAuth client | Auth | Compose and send an email | Read email | Quota
Deploy a token8 months ago
Demo code | Setup: store a token | Usage: load and use token | Ongoing maintenance
Sending Messages With Gmailr8 months ago
Constructing a MIME message | Text | HTML | Attachments | Including images | Uploading | Create Draft | Insert | Import | Sending | Draft | Message | Troubleshooting | Gmail API error 400: Mail service not enabled
gapminder3 years ago
Install and test drive | Color schemes for countries and continents | How to use the color scheme in ggplot2 | How to use the color scheme in base graphics | ISO 3166-1 country codes | What is gapminder good for? | How this sausage was made | Plain text delimited files | License | Citation
Reprex do's and don'ts4 years ago
Main requirements | This seems like a lot of work! | Further reading: | Package philosophy
googledrive8 years ago
Classes and methods to deal with cell references10 years ago