getInfoAboutMusician | R Documentation |
Send queries to Postgres database to get relations between bands and musicians
getInfoAboutMusician(name, dbConnection)
name |
A |
dbConnection |
A connection to Postgres database |
This function sends the queries to database to get musician-bands and musician-musicians relations
A list
of two data.frame
with the relations; the first
data.frame
consists of one column 'band' and describes the musician-bands
relation; the second data.frame
consists of two 'name' and 'surname'
columns and describe musician-musicians relation;
Alina Tselinina tselinina@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.