I am working with the earlywarnings
package, and would like to edit one of the functions written in the qda_ews
function. I could do fix(...)
but the function I would like to edit is for some reason not listed when I use fix
.
The function is called generic_RShiny
. Here is the link to the github (https://github.com/earlywarningtoolbox/earlywarnings-R/blob/master/earlywarnings/R/qda_ews.R).
How can I access the entire qda_ews.R
code to make the changes I need?