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

tq_get() returning rows with NA #238

Open
rsettlage opened this issue Oct 21, 2023 · 0 comments
Open

tq_get() returning rows with NA #238

rsettlage opened this issue Oct 21, 2023 · 0 comments

Comments

@rsettlage
Copy link

Hi, not sure if the complete_cases argument is supposed to filter all rows that are NA, if so, that seems to not be working.

tq_get("VIX",complete_cases = TRUE) %>% tail
# A tibble: 6 × 8
  symbol date        open  high   low close volume adjusted
  <chr>  <date>     <dbl> <dbl> <dbl> <dbl>  <dbl>    <dbl>
1 VIX    2023-10-13    NA    NA    NA    NA     NA       NA
2 VIX    2023-10-16    NA    NA    NA    NA     NA       NA
3 VIX    2023-10-17    NA    NA    NA    NA     NA       NA
4 VIX    2023-10-18    NA    NA    NA    NA     NA       NA
5 VIX    2023-10-19    NA    NA    NA    NA     NA       NA
6 VIX    2023-10-20    NA    NA    NA    NA     NA       NA
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

1 participant