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

refactoring bulk import #27

Merged
merged 7 commits into from Jun 18, 2019
Merged

refactoring bulk import #27

merged 7 commits into from Jun 18, 2019

Conversation

cboettig
Copy link
Member

Still WIP

Ultimately this probably needs to be more configurable, in particular, in supporting colClasses specification (or at least a default) and in specifying quote char.  This should be captured from the `...` argument to `unark` and past to bulk.

for example, readr default tsv still uses quotes as escape. (e.g. all taxadb data-raw call write_tsv without specifying `quote=""` as in the tsv standard...).
For now, omit ... from monet.read.csv call.  `...` may contain arguments to readr::read_tsv that will not be recognized by `read.table`  and thus may cause errors
@cboettig cboettig merged commit 0513ba7 into master Jun 18, 2019
@cboettig cboettig deleted the patch-bulk-importer branch June 18, 2019 21:30
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 this pull request may close these issues.

None yet

1 participant