Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 656 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 656 Bytes

ChiloBioBase 2.0

In order for this app to work you need installed and configured MariaDB on your computer and a creds.R file with structure displayed below in your working directory.

creds.R

con <- dbConnect(RMariaDB::MariaDB(),  
                 username = "user",  
                 dbname = "database",  
                 password = "password",  
                 host = "00.000.000.00")

Current structure of the database is displayed below.
Plot was made in MySQL Workbench 6.3 CE.