dna.init: Initialize rDNA

Description Usage Arguments Details Author(s) See Also Examples

View source: R/rDNA.R

Description

Establish the connection between R and DNA.

Usage

1
dna.init(dna.jar.file)

Arguments

dna.jar.file

The path and file name of the dna-1.31.jar file. If DNA is located in the current working directory, this can be "dna-1.31.jar".

Details

This method must be called once before rDNA can pull any data from DNA. Hand over the path and file name of the dna-1.31.jar file to the method.

Author(s)

Philip Leifeld (http://www.philipleifeld.com)

See Also

rDNA dna.gui dna.network dna.attributes

Examples

1
2
3
download.file("http://www.philipleifeld.de/cms/upload/Downloads/dna-1.31.jar",
    destfile = "dna-1.31.jar", mode = "wb")
dna.init("dna-1.31.jar")

rDNA documentation built on May 30, 2017, 12:15 a.m.