View source: R/system_configuration.r
read.SysConfig | R Documentation |
Read a binary Amiga system-configuration file and return as SysConfig object.
read.SysConfig(file, disk = NULL)
file |
The file name of a system-configuration file to be read. Can also be a connection that allows reading binary data. |
disk |
A virtual Commodore Amiga disk from which the |
Amiga OS 1.x stored system preferences in a binary system-configuration file. This function returns the file in a comprehensive format (a SysConfig object).
Returns an S3 SysConfig class object based on the file that is read.
Pepijn de Vries
Other SysConfig.operations:
SysConfig
,
rawToSysConfig()
,
simpleSysConfig()
,
write.SysConfig()
Other io.operations:
read.AmigaBasicBMAP()
,
read.AmigaBasicShape()
,
read.AmigaBasic()
,
read.AmigaBitmapFontSet()
,
read.AmigaBitmapFont()
,
read.AmigaIcon()
,
read.iff()
,
write.AmigaBasicShape()
,
write.AmigaBasic()
,
write.AmigaBitmapFont()
,
write.AmigaIcon()
,
write.SysConfig()
,
write.iff()
## Not run:
## Put a simple SysConfig object into the tempdir:
write.SysConfig(simpleSysConfig(), file.path(tempdir(), "system-configuration"))
## Now read the same file:
sc <- read.SysConfig(file.path(tempdir(), "system-configuration"))
## and plot it
plot(sc)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.