prepareStoryAboutMusician: Generate human-friendly story for Musician

prepareStoryAboutMusicianR Documentation

Generate human-friendly story for Musician

Description

Generate human-friendly story for Musician based on the tables

Usage

prepareStoryAboutMusician(name, tableList)

Arguments

name

A character which is the full name of musician

tableList

A list with two data frames; the first data.frame consists of one character column called 'band'; the second data.frame consists of two character columns: 'name' and 'surname'

Details

This function generates a story based on the list of two data frames. One data frame contains the band names which the musician played in. The second table contains the name and surname of musicians who played with the musician. The story is being generated depending on the number of rows.

Value

A list of two character with the stories; the first story describes the musician-bands relations; the second - musician-musicians relations

Author(s)

Alina Tselinina tselinina@gmail.com


aqlina/musicBox documentation built on Jan. 20, 2024, 2:29 a.m.