Create a new item with files attached, all in one call to SB
Arguments
- parent_id
An
sbitem
object or character ScienceBase ID corresponding to the parent item (folder)- files
A string vector of paths to files to be uploaded
- ...
- scrape_files
logical should the files be scraped for metadata? If TRUE, sciencebase will attempt to create extensions based on the files.
For example, for shapefiles, this will result in a shapefile extension to be returned as a facet of the sciencebase item. See item: "58069258e4b0824b2d1d422e" for an example.
Examples
if (FALSE) {
# You'll need a parent id for a folder/item
## here, using your highest level parent folder
file <- system.file("examples", "books.json", package = "sbtools")
item_upload_create(user_id(), file)
}