capture: Capture output of function

View source: R/capture.R

captureR Documentation

Capture output of function

Description

Capture output of function and print to screen as a message. This allows tables, summaries, etc to be printed to the console without messing up alignment of columns.

Usage

capture(func_output)

Arguments

func_output

Function output.

Value

Null output.


NathanSkene/MAGMA_Celltyping documentation built on Oct. 11, 2024, 7:19 a.m.