Skip to contents

Displays information about the installed cricket data.

Usage

get_data_info(path = NULL)

Arguments

path

Database path. If NULL, uses default.

Value

Invisibly returns a list with data statistics

Examples

if (FALSE) { # \dontrun{
# Show what data is installed
get_data_info()
} # }