Learn R Programming

replyr (version 0.3.01)

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

Description

NOT TESTED YET!

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

replyr_get_src(data.frame(x=1:2))

Run the code above in your browser using DataLab