ceabiodb / biodb

An R package framework for accessing biological and chemical databases and developing or extending new connectors.
GNU Affero General Public License v3.0
11 stars 2 forks source link

Implement copyEntries() #531

Open pkrog opened 3 years ago

pkrog commented 3 years ago

Implement copyEntries() function into fcts_entries.R that copies a list of entries into a connector. Move the main code from copyDb() into this new function.

pkrog commented 3 years ago

Or put this method into BiodbConn, along with a new method copyAllEntriesFrom(conn).