You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we add a helper (e.g. from_package()) that would essentially load data in this regard:
data(dataset, package="package_name")
I know the pipable way to do this (e.g. inside tbl_store()) would be package_name::dataset, but if we wanted to do this for github packages to get the most updated data that should be an option too. The function could wrap from_github() perhaps if we requested the get the remote version instead of local version of the package.
The text was updated successfully, but these errors were encountered:
Can we add a helper (e.g.
from_package()
) that would essentially load data in this regard:I know the pipable way to do this (e.g. inside
tbl_store()
) would bepackage_name::dataset
, but if we wanted to do this for github packages to get the most updated data that should be an option too. The function could wrapfrom_github()
perhaps if we requested the get the remote version instead of local version of the package.The text was updated successfully, but these errors were encountered: