Description Usage Arguments Details Value Examples
Create new jurisdiction data frame.
1 | build_jurisdiction(stocfile.names)
|
stocfile.names |
A character vector of *.STF files. |
This combines all stocks found in the stocfiles listed along with the currently available jurisdiction data frame. The user can then see what stocks are missing from the jurisdiction data frame and update the country and jurisdiction columns for those new stocks.
A data frame comprising unique row for each stock in the *.STF files and those found in the jurisdiction.rda file.
1 2 3 4 5 6 7 8 | ## Not run:
path <- "."
stocfile.names <- list.files(path = path, pattern = "*.STF$", full.names = TRUE)
jurisdiction <- build_jurisdiction(stocfile.names)
View(jurisdiction)
jurisdiction[is.na(jurisdiction$stock.country),]
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.