Skip to contents

You use this when you want to create a dataset when using proj_create_database().

Usage

proj_create_path_dataset(user)

Arguments

user

The name of the user you are creating this dataset for.

Value

A character scalar.

Examples

if (FALSE) { # \dontrun{
proj_create_path_dataset("lwjohnst")
} # }