Coerce raw data into a SysConfig class object
rawToSysConfig(x)
x |
A vector of |
Returns a SysConfig class object based on x
.
Pepijn de Vries
Other SysConfig.operations: SysConfig
,
read.SysConfig
,
simpleSysConfig
,
write.SysConfig
Other raw.operations: as.raw
,
colourToAmigaRaw
, packBitmap
,
rawToAmigaBitmapFontSet
,
rawToAmigaBitmapFont
,
rawToAmigaIcon
,
rawToHWSprite
, rawToIFFChunk
,
simpleAmigaIcon
## Not run: ## get the system-configuration from the adfExplorer example disk: sc <- adfExplorer::get.adf.file(adfExplorer::adf.example, "devs/system-configuration") ## This will get you the raw data from the file: typeof(sc) ## Convert the raw data to a more comprehensive named list (and S3 SysConfig class): sc <- rawToSysConfig(sc) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.