Learn R Programming

replyr (version 0.9.2)

replyr_get_src: Get the "remote data source" where a data.frame like object lives.

Description

Get the "remote data source" where a data.frame like object lives.

Usage

replyr_get_src(df)

Arguments

df

data.frame style object

Value

source (string if data.frame, tlb, or data.table, NULL if unknown, remote source otherwise)

Examples

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

# }

Run the code above in your browser using DataLab