Learn R Programming

DIZutils (version 0.0.13)

get_db_systems: Quickly get all currently implemented database systems

Description

Function to quickly get the currently implemented database systems

Usage

get_db_systems()

Arguments

Value

The currently implemented database systems as string array. `E.g. c("postgres", "oracle")` #'

Examples

Run this code
# NOT RUN {
get_db_systems()
# Result: c("postgres", "oracle")

# }

Run the code above in your browser using DataLab