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
When passing data to the module all filtered datasets are included in teal_data (by datanames). We need to include unfiltered data (use filtered_data$get_data(filtered = FALSE)) and they should be called <dataname>_raw (look here. Inclusion of this dataset should be reflected in the @code slot
P.S. _raw because it is the shortest name. I wanted to avoid _unfiltered.
The text was updated successfully, but these errors were encountered:
When passing data to the module all filtered datasets are included in
teal_data
(by datanames). We need to include unfiltered data (usefiltered_data$get_data(filtered = FALSE)
) and they should be called<dataname>_raw
(look here. Inclusion of this dataset should be reflected in the@code
slotP.S.
_raw
because it is the shortest name. I wanted to avoid_unfiltered
.The text was updated successfully, but these errors were encountered: