Learn R Programming

ioanalysis (version 0.3.4)

check.RS: Do all regions have the same sectors?

Description

Produces a logical answer to the question do all regions have the same sectors.

Usage

check.RS(io)

Arguments

io

An InputOutput class object from as.inputoutput

Value

Produces either TRUE or FALSE

Details

Uses the RS_label to determine if all regions have the same sectors

See Also

locate.mismatch

Examples

Run this code
# NOT RUN {
data(toy.IO)
class(toy.IO)
check.RS(toy.IO)
# }

Run the code above in your browser using DataLab