Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src_df() ignores table names that start with a dot #4326

Closed
krlmlr opened this issue Apr 11, 2019 · 1 comment
Closed

src_df() ignores table names that start with a dot #4326

krlmlr opened this issue Apr 11, 2019 · 1 comment
Milestone

Comments

@krlmlr
Copy link
Member

krlmlr commented Apr 11, 2019

but perhaps should use them.

Alternatively, we could support a list of data frames.

dplyr::src_df(env = list2env(list(a = iris)))
#> src:  <environment: 0x560bef51efd0>
#> tbls: a
dplyr::src_df(env = list2env(list(. = iris)))
#> src:  <environment: 0x560befad4790>
#> tbls:

Created on 2019-04-11 by the reprex package (v0.2.1.9000)

@romainfrancois romainfrancois added this to the 0.8.2 milestone Apr 11, 2019
romainfrancois added a commit that referenced this issue Apr 11, 2019
romainfrancois added a commit that referenced this issue May 6, 2019
@lock
Copy link

lock bot commented Nov 2, 2019

This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/

@lock lock bot locked and limited conversation to collaborators Nov 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants