You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can implement a user-input switch that allows carrying of sample metadata across sheets. Switch is checked around line 139 # Missing label : "Samples" check
Need to store metadata as a global variable and join it later in line 146 at the end with left_join by well? measured_and_metadata.grids <- .. within the file 2-read_multiple_grids_in_sheet.R
This would integrate well with issue #3 of Time-series. Developing this in script read_multiple_sheets_plugin_timeseries.R
Test case: file S094_testing pPK070
Questions
Should the sample metadata need to be on the first sheet?
How often is this really useful?
The text was updated successfully, but these errors were encountered:
Can implement a user-input switch that allows carrying of sample metadata across sheets. Switch is checked around line 139
# Missing label : "Samples" check
measured_and_metadata.grids <- ..
within the file2-read_multiple_grids_in_sheet.R
This would integrate well with issue #3 of
Time-series
. Developing this in scriptread_multiple_sheets_plugin_timeseries.R
Test case: file
S094_testing pPK070
Questions
The text was updated successfully, but these errors were encountered: