securityvisionnr/R/data.R

18 lines
1.4 KiB
R
Raw Normal View History

2023-05-08 15:58:56 +00:00
#' Connections between entities involved in AI surveillance at borders
#'
#' A dataset containing organisations, projects and people involved in AI surveillance.
#' The data comes from the Security Vision wiki
#'
#' @format A tbl_graph of node and edge data
#' \describe{
#' \item{id}{numeric id of entity}
#' \item{name}{name of entity}
#' \item{category}{type of entity}
#' \item{from}{id of start of edge}
#' \item{to}{id of end of edge}
#' \item{edge_type}{type of edge}
#' ...
#' }
#' @source Querying the Wiki with \url{https://www.securityvision.io/wiki/index.php?title=Special:Ask&x=-5B-5BCategory%3ADeployments-7C-7CInstitution-5D-5D-20-5B-5BIs-20in-20Greens-20Report-202021%3A%3ATrue-5D-5D%2F-3FCategory%2F-3FGeolocation%2F-3FCity%2F-3FCity.Has-20Coordinates%3DCity-20Coordinates%2F-3FCity.Is-20in-20Country%3DCity-20Country%2F-3FCity-20Country.Has-20Coordinates%3DCountry-20Coordinates%2F-3FInstitution-20Type%2F-3FClients%2F-3FManaged-20by%2F-3FUsed-20by%2F-3FFunded-20by%2F-3FProvided-20by%2F-3FSoftware-20Deployed%2F-3FSoftware-20Deployed.Developped-20by-20(institutions)%3DSoftware-20Developer%2F-3FDatasets-20Used%2F-3FDatasets-20Used.Developed-20by-20Institution%3DDataset-20Developer%2F-3FRelated-20Institutions%2F-3FIs-20Department-20Of%2F-3FInvolved-20Entities%2F-3FCited-20references.URL%3DSource&mainlabel=&limit=99999&order=asc%2Cdesc&sort=Category%2CImportance&offset=0&format=csv}
"wiki"