Learn R Programming

SymbolicDeterminants (version 2.0.0)

retrieve: 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

Value

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

Details

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

Examples

Run this code
# NOT RUN {
retrieve(p=5,storage=tempdir(), 
    browser="C:/Program Files (x86)/Microsoft/Edge/Application/msedge.exe",   
    verbose=TRUE)
# }

Run the code above in your browser using DataLab