Alexey Seleznev

Results 20 issues of Alexey Seleznev

I get error `no applicable method for 'as_bq_table' applied to an object of class "NULL"` when i try to run prodecure ```r # dbExecute dbExecute(bq_con, "CALL bi_data.upsert('wfp_transactions', 'wfp_transactions_last_loading', 'bi_data');") #...

Get false warning when use `glue_sql` object inside `bq_dataset_query()`. ```r library(bigrquery) library(glue) library(dplyr) flow

Hello Hadley! your example in [Getting started with httr](https://cran.r-project.org/web/packages/httr/vignettes/quickstart.html) ```r url

Hello, thanks for "Mastering Shiny". Noticed the output of an unnecessary message in the code example in 20.1.2 Packages / Module files. ![unnecessary message](http://img.netpeak.ua/alsey/5YTN0Z.png)

Hi! Could you help me, for example i can share my file: ```r drive_share(file = 'jhfkndksfb98b9', role = 'writer', type = 'user', emailAddress = '[email protected]' ) ``` And i need...

Hello Jenny I am use gargle inside `rgoogleads` package inside [auth function block](https://github.com/selesnow/rgoogleads/blob/master/R/gads_auth.R). [Out-Of-Band (OOB) flow Migration Guide](https://developers.google.com/identity/protocols/oauth2/resources/oob-migration) I have verified oauth client for this package: ![](http://img.netpeak.ua/alsey/1CIIV1K.png) And i recived...

Hello, i has next error when using in `request_retry()`, ``` Error in eval(parse(text = text, keep.source = FALSE), envir) : object 'type' not found ``` but if i use `request_make()`...

Hello, Jenny! How i can parse csv answer in response_process()? For example, i need analog of `httr:content(ans, 'parsed', "text/csv")` in `gargle`?

Доработать все функции пакета так что бы по умолчанию при работе с агентским аккаунтам если в аргумент Login/Logins ничего не было указано запускать загрузку по всем клиентам агентского аккаунта.

enhancement

Hi, i am translated httr2 vignettes to russian language: 1. httr2 -> https://habr.com/ru/post/594855/ 2. Wrapping APIs - > https://habr.com/ru/post/665716/