is.amigaDOS | R Documentation |
This method checks if there is a DOS file structure is present
on the amigaDisk
object.
## S4 method for signature 'amigaDisk'
is.amigaDOS(x)
x |
An |
Not all Amiga Disk Files have a DOS file structure on them. This function checks if there is.
Returns a logical
value, indicating whether the
disk is DOS formatted. When it is not, the attributes to the
returned value will contain information as to why the disk is
not DOS compatible.
Pepijn de Vries
data(adf.example)
## let's check if the example amigaDisk object
## is DOS formatted:
is.amigaDOS(adf.example)
## it apparently is
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.