9

Based on this answer, I learned of a special class of internal functions that can be accessed from R: a set of functions accessed via .Internal(specialFunction). If one queries ?.Internal this excerpt may be found:
Only true R wizards should even consider using this function, and only R deve...