Optimizing name lookup

R allows for dynamic naming of objects, so every time you access a variable R must look through a list of scopes to find where the object currently resides.

You may instead use a local cache mechanism to access your exact value directly circumventing R looking for a variable in all scopes.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.135.197.201