if(interactive()){
KenRCATs(
dbname = "your_database_name",
datatable = "your_table_name",
host = "localhost",
port = 5432,
user = "your_username",
password = "your_password"
)
}
Run the code above in your browser using DataLab