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

replyr_get_src(df)

Arguments

df

data.frame style object

Value

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

Examples

replyr_get_src(data.frame(x=1:2))
#> [1] "data.frame"