rk.XML.code: Create XML node "code" for RKWard plugins

View source: R/rk.XML.code.R

rk.XML.codeR Documentation

Create XML node "code" for RKWard plugins

Description

Create XML node "code" for RKWard plugins

Usage

rk.XML.code(file)

Arguments

file

A character string, the JavaScript file name to be included.

Value

An object of class XiMpLe.node.

See Also

Introduction to Writing Plugins for RKWard

Examples

test.code <- rk.XML.code("some_file.js")
cat(pasteXML(test.code))

rkward-community/rkwarddev documentation built on May 9, 2022, 3:02 p.m.