Skip to contents

A function to get version number of hydat

Usage

hy_version(hydat_path = NULL)

Source

HYDAT

Arguments

hydat_path

The path to the hydat database or NULL to use the default location used by download_hydat. It is also possible to pass in an existing src_sqlite such that the database only needs to be opened once per user-level call.

Value

version number and release date

Examples

if (FALSE) {
hy_version()
}