inst/doc/virtual_paths.R

## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----connect------------------------------------------------------------------
library(adfExplorer, warn.conflicts = FALSE)

adz_file <- system.file("example.adz", package = "adfExplorer")
my_device <- connect_adf(adz_file)

## ----df0----------------------------------------------------------------------
virtual_path(my_device, "DF0:")

## ----sys----------------------------------------------------------------------
virtual_path(my_device, "SYS:")

## ----diskname-----------------------------------------------------------------
virtual_path(my_device, "adfExampleOFS:")

## ----fullpath-----------------------------------------------------------------
virtual_path(my_device, "DF0:s/startup-sequence")

## ----relativepath-------------------------------------------------------------
virtual_path(my_device, "s/startup-sequence")

## ----finalize-----------------------------------------------------------------
close(my_device)

Try the adfExplorer package in your browser

Any scripts or data that you put into this service are public.

adfExplorer documentation built on April 3, 2025, 7:45 p.m.