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
After using pivot_longer(is.numeric), learners will have varying number of columns and rows since they might have chosen different stats for their summarised_actigraph_df. So, add a comment on this to minimise confusion on this.
The text was updated successfully, but these errors were encountered:
Description
After using
pivot_longer(is.numeric)
, learners will have varying number of columns and rows since they might have chosen different stats for theirsummarised_actigraph_df
. So, add a comment on this to minimise confusion on this.The text was updated successfully, but these errors were encountered: