Hello,
It appears that the server connection is not working when running the mindLAMP r script. Specifically we are getting these error codes when trying to connect to the server to download data for our study.
1) activity_map <- LAMP.Activity$activity_all_by_researcher(researcher_id)$data %>% rename(activity = id)
Error in reshape::rename(., activity = id) :unused argument (activity = id)
2) activity_map <- LAMP.Activity$activity_all_by_researcher(researcher_id)$data %>% rename(activity = id)
Error in UseMethod("rename_") : no applicable method for 'rename_' applied to an object of class "NULL"
Any assistance on this issue would be greatly appreciated!