Retrieve a bin from Filebin

bin_get(bin)

Arguments

bin

Bin name. If NA the generate random bin name.

Value

A tibble.

Examples

if (FALSE) {
posted <- file_post(LOREM_IPSUM)
bin_get(posted$bin)
}