Learn R Programming

replyr (version 0.9.1)

replyr_is_local_data: Test if data is local.

Description

Test if data is local.

Usage

replyr_is_local_data(d)

Arguments

d

data frame

Value

TRUE if local data (data.frame, tbl/tibble)

Examples

Run this code
# NOT RUN {
replyr_is_local_data(data.frame(x=1:3))

# }

Run the code above in your browser using DataLab