getInfoAboutBand | R Documentation |
Send queries to Postgres database to get relations between bands and musicians
getInfoAboutBand(name, dbConnection)
name |
A |
dbConnection |
A connection to Postgres database |
This function sends the queries to Postgres database to get band-bands and and-musicians relations
A list
of two data.frame
with the relations; the first
data.frame
consists of one column 'band' and describes the band-bands
relation; the second data.frame
consists of two 'name' and 'surname'
columns and describe band-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.