Open a Path on Mac OS or Windows
Usage
open_locally(urls, command = "open", args = character())
open_resources_locally(
id,
type = c("scans", "digitizations", "prep-scripts", "access-scripts")
)
open_all_resources_locally(id)
open_scans_locally(id)
open_digitizations_locally(id)
Arguments
- urls
Character vector of GitHub URLs in blob storage
- command
Command-line function to use to open the file (not
applicable on Windows systems.
- args
Additional options to pass to command
(ignored on
Windows systems).
- id
Resource ID.
- type
Type of resource.
Functions
open_resources_locally()
: Open IIDDA pipeline resources locally.
open_all_resources_locally()
: Open all pipeline resources regardless of
resource type.
open_scans_locally()
: Open scans locally.
open_digitizations_locally()
: Open digitizations locally.