board_params_set_local: Create formatted parameters that specify a local storage...

View source: R/board_params_set_local.R

board_params_set_localR Documentation

Create formatted parameters that specify a local storage board

Description

Build a data frame that contains all of the parameters needed to specify a local storage pin board.

Usage

board_params_set_local(folder, board_alias = deprecated())

Arguments

folder

The path to the local storage folder where the data product will be stored. NOTE: this folder should be treated as a permanent location with immutable content. For example, a data product git repo project folder is not an appropriate directory.

board_alias

A short name for the board. [Deprecated] this argument is deprecated with pins ≥ 1.0.

Value

A data.frame with class "local_board" and a column for each param.

Examples

## Not run: 
board_params_set_local(folder = "xxxx")

## End(Not run)

amashadihossein/dpi documentation built on Aug. 14, 2024, 11:13 a.m.