accessField | R Documentation |
This function accesses named field within the elements of a list. If an element lacks the field, it's filled in by natype.
accessField(d, field, natype = NA)
d |
Input data list |
field |
Field name to access in each element |
natype |
What to fill in when field is unavailable |
A vector of elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.