Save a BED file or a BEDset to a local path. If the path does
not exist, bb_save()
will abort.
bb_save(bedbase, bed_or_bedset_id, path, quietly = TRUE)
An invisible NULL
bedbase <- BEDbase()
#> 125977 BED files available.
ex_bed <- bb_example(bedbase, "bed")
bb_save(bedbase, ex_bed$id, tempdir())