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

Can't write/append an empty data frame #200

Closed
mgirlich opened this issue May 23, 2023 · 0 comments · Fixed by #201
Closed

Can't write/append an empty data frame #200

mgirlich opened this issue May 23, 2023 · 0 comments · Fixed by #201

Comments

@mgirlich
Copy link
Contributor

con <- ...

noctua::noctua_options()
df <- data.frame(x = integer())

DBI::dbWriteTable(con, "test_df", df)
#> INFO: Special characters "\t" has been converted to " " to help with Athena reading file format tsv
#> Error in seq.default(1, max_row, as.integer(max.batch)): invalid '(to - from)/by'

Created on 2023-05-23 with reprex v2.0.2

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

Successfully merging a pull request may close this issue.

1 participant