
Create a Geopressure Template Project
Source:R/create_geopressuretemplate.R
create_geopressuretemplate.Rd
Initializes a geopressure template project by creating a specified directory structure and populating it with essential files, including a DESCRIPTION file, README, license, and data.
This function sets up the project directory and ensures that all necessary components are in place for a geopressure analysis project.
Usage
create_geopressuretemplate(path, pkg = NULL, open = rlang::is_interactive())
Details
Upon execution, the function performs the following steps:
Creates the project directory.
Generates the DESCRIPTION file using metadata from
pkg
.Creates a README file that outlines project details.
Generates a LICENSE file based on the specified licenses.
Writes relevant data files into the project structure.