gp_clean: Function to clean the front end build for some reason.

View source: R/build.R

gp_cleanR Documentation

Function to clean the front end build for some reason.

Description

Three options: clean, cleand and reinstall and rebuild which cleans, reinstall and rebuilds.

Usage

gp_clean(background = FALSE, rebuild = FALSE, reinstall = TRUE)

Arguments

background

run command in the background, defaults to FALSE just to keep user aware.

rebuild

whether to rebuild the front, defaults to FALSE

reinstall

should it just clean node_modules & reinstall them, defaults to TRUE

Examples

## Not run: 
gp_clean()

## End(Not run)

ATFutures/geoplumber documentation built on July 4, 2023, 12:18 a.m.