Learn R Programming

pracpac (version 0.2.0)

handle_use_case: Handle the use case

Description

This unexported helper function internally handles the provided use case.

Usage

handle_use_case(use_case)

Value

List of parsed information for the use case including, the name of the use case, path to Dockerfile template, base image, and path to assets (delimited by ; if there are multiple and NA if there are none).

Arguments

use_case

The specified use case.