bin_get {filebin} | R Documentation |
Retrieve a bin from Filebin
Description
Retrieve a bin from Filebin
Usage
bin_get(bin)
Arguments
bin |
Bin name. If |
Value
A tibble.
Examples
## Not run:
posted <- file_post(LOREM_IPSUM)
bin_get(posted$bin)
## End(Not run)
[Package filebin version 0.0.6 Index]