library("RMariaDB")
library("DBI")
con <- DBI::dbConnect(
RMariaDB::MariaDB(),
username="root",
password="MelonSK998",
dbname ="TableroExperimentos",
host="localhost"
)
#DBI::dbListTables(con)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.