David Jankoski

Results 5 comments of David Jankoski

I had the same issue / hiccup with the servers and it went back online within 20mins. Maybe an idea would be to include an informative message in `eurostat::check_access_to_data()` in...

you are passing a function and not a dataframe to `write.fst`, you can maybe try instead of ``` stands_sel

At least some snapshots would be very helpful i think to make the welcome README page more inviting to try out the package. Thank you for making it open source...

I just hit the same problem with equivalent context - a bigquery partitioned table and assertions from within the file config block. the assertions are failing due to the wrong...

I found the plots confusing as well - basically these 2 are the same no ? ```r ggplot(starwars, aes(y = fct_rev(fct_infreq(fct_na_value_to_level(hair_color))))) + geom_bar() + labs(y = "Hair color") ``` and...