powered by
gets the code of a function in text form.
extract_code(funcion, envir = parent.frame())
the name of the function to be extracted.
the environment in which expr is to be evaluated.
# NOT RUN { extract_code("cat") extract_code("plot") parse(text = extract_code("plot")) # }
Run the code above in your browser using DataLab