All functions

bulk_insert_entry()

Insert multiple rows into a table

bulk_insert_test

Table for bulk insert test

censored_data

Censored data example

check_fields_exist()

Check if fields present in table

check_fields_notnulls()

Check if not null fields present

check_fields_pkeys()

Check if pkeys presents

delete_entry()

Delete a row from a table

detect_cens()

Detect censored measurement

fct_start()

Start function

get_db()

Retrieve joined data from the database

get_db_cached()

Get full database cacheds

get_tbl()

Retrieve data from a specified table in the database

get_tbl_info()

Get table fields properties (fkey, pkey, unique constraints etc.)

get_tbl_notnulls()

Get table not null fields

get_tbl_pkeys()

Get table primary key fields

init_con()

Initialize the PLUMES database connection

insert_entry()

Insert a new row into a table

modify_entry()

Modify a row in a table

remove_cens()

Remove censored measurement symbol (<)

run_app()

Run the Shiny Application

search_tbl()

search_tbl

tbl_info_test

Table informations example

uncensored()

Manage censored data