rawToAmigaBasic | R Documentation |
AmigaBasic()
objects are comprehensive representations of binary-encode Amiga Basic scripts.
Use this function to convert raw content from encoded Amiga Basic scripts to an AmigaBasic()
object.
rawToAmigaBasic(x, ...)
x |
A |
... |
Currently ignored. |
This function will convert raw data as stored in Amiga Basic files into its corresponding S3
AmigaBasic()
-class object.
An AmigaBasic()
class object based on x
.
Pepijn de Vries
Other AmigaBasic.operations:
AmigaBasic.reserved()
,
AmigaBasicBMAP
,
AmigaBasic
,
[.AmigaBasic()
,
as.AmigaBasicBMAP()
,
as.AmigaBasic()
,
as.character()
,
check.names.AmigaBasic()
,
names.AmigaBasic()
,
rawToAmigaBasicBMAP()
,
read.AmigaBasicBMAP()
,
read.AmigaBasic()
,
write.AmigaBasic()
Other raw.operations:
as.AmigaBasic()
,
as.raw.AmigaBasic()
,
colourToAmigaRaw()
,
packBitmap()
,
rawToAmigaBasicBMAP()
,
rawToAmigaBasicShape()
,
rawToAmigaBitmapFontSet()
,
rawToAmigaBitmapFont()
,
rawToAmigaIcon()
,
rawToHWSprite()
,
rawToIFFChunk()
,
rawToSysConfig()
,
simpleAmigaIcon()
## Not run:
## First create an AmigaBAsic object:
bas <- as.AmigaBasic("PRINT \"Hello world!\"")
## Make it raw:
bas.raw <- as.raw(bas)
## Now convert it back to an AmigaBasic object:
bas <- rawToAmigaBasic(bas.raw)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.