# Technology mix for analysis
data.ownership.types <-
c(
"dac",
"sas",
"asa",
"spa",
"pte",
"srl",
"ltd",
"plc",
"pcl",
"bsc",
"sarl",
"as",
"nv",
"bv",
"cv",
"pt",
"sa",
"se",
"lp",
"corp",
"co",
"llc",
"ag",
"ab",
"inc",
"hldgs",
"intl",
"govt",
"bhd",
"jsc",
"pjsc",
"gmbh",
"spzoo"
)
devtools::use_data(data.ownership.types, overwrite = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.