cas_create_db_folder: Creates the base folder where 'castarter' stores the project...

View source: R/cas_database.R

cas_create_db_folderR Documentation

Creates the base folder where castarter stores the project database.

Description

Creates the base folder where castarter stores the project database.

Usage

cas_create_db_folder(path = NULL, ask = TRUE, ...)

Arguments

ask

Logical, defaults to TRUE. If FALSE, and database folder does not exist, it just creates it without asking (useful for non-interactive sessions).

Value

Nothing, used for its side effects.

See Also

Other database functions: cas_check_db_folder(), cas_check_use_db(), cas_connect_to_db(), cas_disable_db(), cas_disconnect_from_db(), cas_enable_db(), cas_get_db_settings(), cas_read_from_db(), cas_set_db(), cas_set_db_folder(), cas_write_to_db()

Examples

cas_create_db_folder(path = fs::path(fs::path_temp(), "cas_data"))

giocomai/castarter documentation built on April 23, 2024, 11:14 p.m.