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

pin name missing from pin_meta #544

Closed
kmasiello opened this issue Oct 21, 2021 · 2 comments
Closed

pin name missing from pin_meta #544

kmasiello opened this issue Oct 21, 2021 · 2 comments
Labels
feature a feature request or enhancement

Comments

@kmasiello
Copy link

Would be lovely if "name" were returned from pin_meta.

@hadley hadley added the feature a feature request or enhancement label Nov 16, 2021
@hadley
Copy link
Member

hadley commented Nov 16, 2021

Reprex:

library(pins)

b <- board_temp()
b %>% pin_write(head(mtcars), "mtcars", metadata = list("Hadley" = TRUE))
#> Guessing `type = 'rds'`
#> Creating new version '20211116T163645Z-e8160'
#> Writing to pin 'mtcars'
b %>% pin_meta("mtcars") %>% .$name
#> NULL

Created on 2021-11-16 by the reprex package (v2.0.1)

@hadley hadley closed this as completed in 10303c6 Dec 13, 2021
@github-actions
Copy link

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

@github-actions github-actions bot locked and limited conversation to collaborators Aug 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants