Is there a way in Julia to locate a module by search term? As in R you could state.
??deviation and would get returned nlme::pooledSD Extract Pooled Standard Deviation stats::mad Median Absolute Deviation stats::sd Standard Deviation Is there a similar or better way in julia to locate modules i will want to use? Sayth
