Skip to content

frustrations with R

dchudz edited this page Feb 1, 2014 · 1 revision
  • keyword arguments allowed before the last positional argument
  • I'll have to learn how it even figures out which arguments are which in those cases
  • vector recycling - cause of uncaught bugs
  • accessing list element that isn't there doesn't generate an error, just returns NULL (myList$someElement)