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

Extract global methods from BiodbMain #529

Open pkrog opened 3 years ago

pkrog commented 3 years ago

Several methods in BiodbMain (saveEntriesAsJson, computeFields, copyDb, entriesToDataframe, etc) do no use any call to .self, hence they are global. Extract them and put them inside fcts_.*.R files as individual global functions.