| p2p_data {vivainsights} | R Documentation |
Sample person-to-person dataset
Description
A demo dataset representing a person-to-person query, structured as an
edgelist. The identifier variable for each person is PersonId, where the
variables have been prefixed with PrimaryCollaborator_ and
SecondaryCollaborator_ to represent the direction of collaboration.
Usage
p2p_data
Format
A data frame with 11550 rows and 13 variables:
- PrimaryCollaborator_PersonId
- SecondaryCollaborator_PersonId
- MetricDate
- Diverse_tie_score
- Diverse_tie_type
- Strong_tie_score
- Strong_tie_type
- PrimaryCollaborator_Organization
- SecondaryCollaborator_Organization
- PrimaryCollaborator_LevelDesignation
- SecondaryCollaborator_LevelDesignation
- PrimaryCollaborator_FunctionType
- SecondaryCollaborator_FunctionType
...
Value
data frame.
Source
https://analysis.insights.viva.office.com/analyst/analysis/
See Also
Other Data:
g2g_data,
mt_data,
p2p_data_sim(),
pq_data
Other Network:
g2g_data,
network_g2g(),
network_p2p(),
network_summary(),
p2p_data_sim()
[Package vivainsights version 0.5.3 Index]