retrieve {SymbolicDeterminants}R Documentation

Retrieve Specific Detguide or Parsed Detguide

Description

Retrieves a specified file from storage directory

Usage

retrieve(p, storage, 
   browser="C:/Program Files (x86)/Microsoft/Edge/Application/msedge.exe", verbose=TRUE)

Arguments

p

Size of matrix (pxp)

storage

Quoted name of directory for storage of detguides

browser

Name of program to be used as HTML browser

verbose

Logical. TRUE causes printing of program ID before and after running

Details

Provide full path to storage. Example: storage="c:/determinants". File to be retrieved is indicated interactively from console.

Value

Selects and retrieves a detguide file from the storage/p/ subdirectory or displays the symbolic determinant in an HTML editor

Author(s)

William R. Fairweather

Examples

## Not run: retrieve(p=5,storage=tempdir(), 
    browser="C:/Program Files (x86)/Microsoft/Edge/Application/msedge.exe",   
    verbose=TRUE)
## End(Not run)

[Package SymbolicDeterminants version 2.0.0 Index]