Alexey Seleznev

Results 10 comments of Alexey Seleznev

Last step of YouTube Reporting API, report data returned as csv file. https://developers.google.com/youtube/reporting/v1/reports#step-6:-download-the-report ![](http://img.netpeak.ua/alsey/68GNOX.png) I using it in my package `rytstat` for YouTube API - https://github.com/selesnow/rytstat/blob/master/R/ryt_get_report.R#L248

Thanks Jenny, I solved the issue with `httr`, I just wanted to make sure that the `gargle` does not have such functionality.

Принял, для себя оставлю ссылку на [документацию API](https://yandex.ru/dev/direct/doc/dg/best-practice/check-changes.html). Поставлю себе задачу, но пока не могу вас сориентировать когда именно возьму её в работу.

Проблема в спец символах, т.е. как раз когда помсковый запрос содержит только открывающую, или только закрывающую кавычку. В таком случае на вход R получает битый csv, который так криво парсится....

>could I see your sessionInfo()? Yes. i attached sessionInfo: ``` R version 4.2.1 (2022-06-23 ucrt) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 19044) Matrix products: default locale: [1]...

Could you update the [minimal example](https://code.markedmondson.me/googleAnalyticsR/articles/shiny.html#example) ?

I finded reason on this error. Code of `gWidgets2:::dispose.GBasicDialog()` ``` ```r function (obj, ...) { obj$dispose() } ``` But obj does't has `$dispose()` methode, it has `$dispose_window()` methode. You can...

@OskarHansson Hello, i am fixed this issue, you can install package from my fork https://github.com/selesnow/gWidgets2