Summary
The get_cansim_members() function in R/cansim_members.R appears to be non-functional.
Current State
- File:
R/cansim_members.R:3-43
- Function has incomplete lambdas, orphaned statements
- Contains a bare
readr::read_csv() call without parameters
- Function doesn't work at all
Options
- Delete entirely - Remove the non-functional code
- Complete implementation - Finish what was started
- Mark deprecated - Keep but warn users
Questions for Maintainer
- What was the original intent of this function?
- Is there demand for this functionality?
- Should it be removed or completed?
From code audit - needs maintainer input
Summary
The
get_cansim_members()function inR/cansim_members.Rappears to be non-functional.Current State
R/cansim_members.R:3-43readr::read_csv()call without parametersOptions
Questions for Maintainer
From code audit - needs maintainer input