#' Firms Legal Forms Dictionary
#'
#' A dataset containing a dictionary of firms legal forms.
#'
#' @docType data
#' @name key_legal_forms
#' @usage data(key_legal_forms)
#' @keywords datasets
#'
#' @format A data frame with \Sexpr{nrow(rulexicon::key_legal_forms)} rows
#' and \Sexpr{ncol(rulexicon::key_legal_forms)} variables:
#' \describe{
#' \item{abbreviation}{abbreviation of legal form name}
#' \item{name}{legal form name}
#' \item{regex}{regular expression for legal form abbreviation}
#' }
#'
#' @section License:
#' The dictionary is published under Public domain license.
#'
#' @source \url{http://www.migrakvota.gov.ru/index.php?mod=class_show&act=5}
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.