IDEMSInternational / databook

GNU Affero General Public License v3.0
0 stars 0 forks source link

Finish adding in functions #5

Closed lilyclements closed 5 hours ago

lilyclements commented 5 hours ago

We have:

data_object_R6 - goes into "DataSheet" instat_object_R6 - goes into "DataBook"

  1. Are there any that are datasheet$set in the instat_object_R6.R file. Make sure they're under databook$set.
  2. Are there any that are databook$set in the data_object_R6.R file. Make sure they're under datasheet$set.
lilyclements commented 5 hours ago
  1. There are no datasheet$set in instat_object_R6.R file, so no further work needed there.
  2. There are databook$set in the data_object_R6.R file. These are in the databook, not datasheet, so no further work needed there.