search for: analysisb

Displaying 1 result from an estimated 1 matches for "analysisb".

Did you mean: analysis
2017 Jun 27
1
Wrong function when import from module using get
Hi, I found this issue: when I have 3 modules: * AnalysisA * AnalysisB * AnalysisC I load all modules at the beginning from list of modules: analyses <- list('AnalysisA', 'AnalysisB', 'AnalysisC') for (module in analyses) { library(module, character.only = TRUE) } and I want to add a function isValid to each module, but I've added...