Description Usage Arguments Value Note
These methods are only for internal use and not relevant for regular users. They are required for subclasses of pgVirtual and allows FindMyFriends to add and change metadata as part of the pipelines.
1 2 3 4 5 6 7 8 9 | setGroupInfo(object, ...)
setOrgInfo(object, ...)
## S4 method for signature 'pgInMem'
setGroupInfo(object, name, info, key)
## S4 method for signature 'pgInMem'
setOrgInfo(object, name, info, key)
|
object |
A pgVirtual subclass |
... |
Parameters to be passed on |
name |
The name of the metadata to set |
info |
A vector of metadata |
key |
The indexes the metadata in info pertains to |
An object of the same class as object
For internal use only. Use addGroupInfo
and
addOrgInfo
instead. Required for extending the class system of
FindMyFriends.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.