debug.from.type: Lines where variable is a certain type

Description Usage Arguments Value Examples

Description

Given a variable and a type, this function will return a list of the lines where the inputted variable is that type.

Usage

1

Arguments

var

The variable to examine.

type

The type to track.

Value

A list of all the lines where the inputted variable is the inputted type.

Examples

1
2
3
4
5
## Not run: 
debug.from.type("x", "numeric")
debug.from.type("df1", "character")

## End(Not run)

jwons/provDebugR documentation built on May 3, 2019, 3:40 p.m.