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 May 29, 2024, 6:24 a.m.