Learn R Programming

vivainsights (version 0.6.0)

p2p_data: 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

Arguments

Value

data frame.

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

...

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()