1. This is a plain text list; all html is stripped. So there is no red highlighting.
2. There is no "source code" for "function" -- it is a reserved keyword. Or are you looking for R's formal grammar -- e.g. how it parses input to determine correct syntax? Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Fri, Sep 6, 2019 at 8:51 AM Golden, Shelby <gold...@njhealth.org> wrote: > Hi all, > > I have been attempting to access the source code for the keyword > “function” to better understand how it assigns and stores logical inputs, > like in the subset() [base] function. Does anyone know how I can access the > source code for this? > > For example, if I have > norm <- function(x){ > sqrt(x%*%x)) > } > I am looking for the source code for the “function” portion, highlighted > in red. > > Thank you for your time and assistance, > Shelby Golden > Lab Researcher Technician > Dr. Russell Bowler’s Lab > Department of Medicine > National Jewish Health in Denver, CO > Phone: (303) 270-2598 > > NOTICE: This email message is for the sole use of the intended > recipient(s) and may contain confidential and privileged information. Any > unauthorized review, use, disclosure or distribution is prohibited. If you > are not the intended recipient, please contact the sender by reply email > and destroy all copies of the original message. > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.