Skip to content

tq_get() returning rows with NA #238

Open
@rsettlage

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions