screen_to_file: Open output of a function in a new text file (in default...

View source: R/Utils.R

screen_to_fileR Documentation

Open output of a function in a new text file (in default application)

Description

Useful to run through a function source code for understanding, debugging

Usage

screen_to_file(x)

Arguments

x

name of a function

Examples

## Not run: 
screen_to_file(lm)

## End(Not run)

kklot/ktools documentation built on Aug. 13, 2024, 7:08 p.m.