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
In many cases, it would be helpful to have the ability to cast integers, etc. to fs_bytes. For instance:
library(experiment)
vctrs::vec_cast(as.integer(c(2L, 4L)), fs::as_fs_bytes(1L))
#> Warning: The `vec_cast.fs_bytes` function is experimental and subject to change without warning in a future release#> This warning is displayed once per session.#> 2 4
In many cases, it would be helpful to have the ability to cast integers, etc. to
fs_bytes
. For instance:Created on 2020-04-15 by the reprex package (v0.3.0)
This required the following, and will require a
Suggests
dependency onvctrs
:The text was updated successfully, but these errors were encountered: