load_frames: Extract / create complete screen frames from an ascii cast

View source: R/frames.R

load_framesR Documentation

Extract / create complete screen frames from an ascii cast

Description

Extract / create complete screen frames from an ascii cast

Usage

load_frames(cast, height = NA, width = NA)

Arguments

cast

aciicast object

height

Number of rows. (NA for default.)

width

Number of columns. (NA for default.)

Value

asciicast_frames object.


asciicast documentation built on Dec. 5, 2022, 5:22 p.m.