remove_screen: Removes a screen from a list of screens

View source: R/utils.R

remove_screenR Documentation

Removes a screen from a list of screens

Description

Removes a screen with a given name from a list of screens. If multiple screens match the provided name, they are all removed.

Usage

remove_screen(screen_list, name)

Arguments

screen_list

An existing list of screens.

name

A name for the screen to remove (e.g. "RPE1_T18").

Value

screen_list with the named screen removed.


HenryWard/orthrus documentation built on June 2, 2023, 10:28 p.m.