priorityImportance: Rank Importance of Priorities

Description Usage Arguments Value Examples

Description

This function assigns relative rank and importance to the priorities defined in readPriorities. These numerical assignments are then used by createPriorityMatrix and createHeatmap.

Usage

1
2
priorityImportance(arrayList = c("Professional certifications",
  "On the job learning", "Mentorship"))

Arguments

arrayList

a list of values to assign numeric importance. Can be taken from readPriorities.

Value

This function does not return any values. Instead, it saves an array numeric object based on the user's input to the global environment.

Examples

1
2
3
4
## Not run: 
priorityImportance()

## End(Not run)

jsdeherrera/prioritizationMatrix documentation built on June 25, 2019, 8:48 p.m.