Additional Properties
When using this feature, you can obtain additional information that is stored by the R code that produces the output.
- In Displayr, select Calculation
> Custom Code from either the + menu in the Report tree or the toolbar.
- In the Code
panel, paste:
item = YourReferenceName - Replace YourReferenceName with the reference name of your item. To do this easily, you can click on the item directly while your cursor is in the code. Otherwise, find the name via its Properties
on the General > Name field.
- Below the first line of code, you can paste in snippets from below or type in
str(item)to see a list of available information.
For a more in-depth discussion on extracting information from objects in R, check out our help article here.