Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix date overrides in gads_get_report.R #9

Closed
sashakrasnikovpdffiller opened this issue Dec 16, 2021 · 1 comment
Closed

Fix date overrides in gads_get_report.R #9

sashakrasnikovpdffiller opened this issue Dec 16, 2021 · 1 comment

Comments

@sashakrasnikovpdffiller

В gads_get_report.R есть логика переопределения полей date_from, date_to, during для ресурсов, которые не содержат дат. В переопределении поля during попала опечатка -- поле переопределяется на NA, хотя поле during допускает только строковое значение или NULL.
Из-за этого невозможно выгружать данные по ресурсам типа label, даже если явно передавать during = NULL -- это поле всегда будет переопределяться на NA.

! fields values of date_from, date_to and during was unset automatically, because it is not selectable with label
---------------------------
Error in match.arg(during) : ‘arg’ must be NULL or a character vector

TODO: заменить переопределение на during <- NULL

@selesnow
Copy link
Owner

Приветствую, благодарю за информацию, уже внёс изменения, можете установить свежую версию 0.4.1.9000 с GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants