construct_career_path_network: Construct network of artist's career path

Description Usage Arguments Value Examples

Description

Construct network of artist's career path

Usage

1
2
construct_career_path_network(.edges, .exhplaces, .remove_isolates = F,
  .remove_loops = F, .as_tbl_graph = F)

Arguments

.exhplaces

a data frame of vertices

.exhibitions

a data frame of artist's exhibition participations

Value

a tbl_graph object

Examples

1
graph <- construct_career_path_network(exhplaces, exhibitions)

Framus94/HierarchiesAndCareers documentation built on June 5, 2019, 8:52 a.m.