#' Risk Items
#'
#' A table of risk items and their key attributes for project risk analysis.
#'
#' @docType data
#'
#' @format A data frame of risk items with the following attributes:
#' \describe{
#' \item{OBJECTID}{Geodatabase unique identifier, numeric}
#' \item{RISK_NO}{Risk item number unique identifier, character}
#' \item{RISKCATEGORY}{The general category of the risk (domain:
#' risk_category), character}
#' \item{FEATURE}{The primary project feature impacted by this action,
#' character}
#' \item{DISCIPLINE}{The primary discipline of the item (domain: discipline),
#' character}
#' \item{RISK_OPPORTUNITY_EVENT}{The risk event that prompted the creation
#' of this risk item, character}
#' \item{CONCERNS}{Description of the risk item, character}
#' \item{RISK_STRATEGY}{The strategy for managing the risk (domain:
#' risk_strategy), character}
#' \item{COST_LIKELIHOOD}{Likelihood of the risk impacting project cost
#' (domain: cost_likelihood), character}
#' \item{COST_IMPACT}{Potential impact on project cost (domain: cost_impact),
#' character}
#' \item{COST_RISK}{Level of risk to project cost (low, moderate, high),
#' character}
#' \item{COST_IMPACT_PER_PROJECT}{Range of impact on project cost (in
#' dollars), character}
#' \item{CONDITIONAL_FORMATTING}{Cost risk color coding: low = green,
#' moderate = orange, high = red, character}
#' \item{SCHEDULE_LIKELIHOOD}{Likelihood of the risk impacting project
#' schedule (domain: schedule_likelihood),
#' character}
#' \item{SCHEDULE_IMPACT}{Potential impact on project schedule (domain:
#' schedule_impact), character}
#' \item{SCHEDULE_RISK}{Level of risk to project schedule (low, moderate,
#' high), character}
#' \item{SCHEDULE_IMPACT_PER_PROJECT}{Range of impact to project schedule
#' (in months), character}
#' \item{CONDITIONAL_FORMATTING2}{Schedule risk color coding: low = green,
#' moderate = orange, high = red, character}
#' \item{EFFICACY_IMPACT}{Potential impact on project effectiveness (domain:
#' efficacy_impact), character}
#' \item{EFFICACY_LIKELIHOOD}{Likelihood of the risk impacting project
#' effectiveness (domain: efficacy_likelihood),
#' character}
#' \item{EFFICACY_RISK}{Level of risk to project effectiveness (low, moderate,
#' high), character}
#' \item{CONDITIONAL_FORMATTING3}{Efficacy risk color coding: low = green,
#' moderate = orange, high = red, character}
#' \item{TECHNICAL_POC}{Technical POC for the action, character}
#' \item{POC_REVIEW_DATE}{The last date the technical POC reviewed the action
#' item, POSIXct}
#' \item{TIMING_OF_DELAY}{Timing of delay relative to construction (prior to
#' or during), character}
#' \item{START_DATE}{Primary start date of the risk item, POSIXct}
#' \item{END_DATE}{Primary end date of the risk item, POSIXct}
#' \item{ACTIVE}{Is the item currently active (Yes/No)? character}
#' \item{TREND}{Is the importance of the risk item decreasing, stable, or
#' increasing, character}
#' \item{IMPACT}{Brief description of the expected impact of the
#' decision, character}
#' \item{OUTCOME}{Brief description of the expected outcome for the
#' risk item, character}
#' \item{MANAGEMENT_STATUS}{The current management status of the item
#' (domain: management_status, Open/Closed),
#' character}
#' \item{OWNER}{The name of the owner of the item, character}
#' \item{ENG_LEVEL}{Current engagement level of the item (domain: Engagement,
#' Level, 1-5), character}
#' \item{LEVEL_DATE}{The date of the current engagement level, POSIXct}
#' \item{TAGS}{Keyword tags used to categorize risk items, character}
#' \item{LAST_EDITED_DATE}{The date the item was last eddited, POSIXct}
#' \item{PDT_DISC_CONC}{not used}
#' \item{PDT_DISC_LIKELI_IMPACT}{not used}
#' \item{PDT_DISC_RISK_MANAG_STRATEGY}{not used}
#' \item{ACTION_ITEMS}{not used}
#' \item{LESSONS_LEARNED}{not used}
#' \item{FK_TABLE_ID}{not used}
#' }
#'
#' @keywords datasets
#'
#' @source \url{https://egis-app.mvr.usace.army.mil/ords/f?p=131}
#'
"db_risk"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.