Learn R Programming

DIZutils (version 0.1.3)

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
get_db_systems()
# Result: c("postgres", "oracle")

Run the code above in your browser using DataLab