refresh_registry | R Documentation |
Text files are written to alphabetical (first letter) folders containing raw Official Series Descriptions (OSDs). This method is for use in automatic pipeline (e.g. a GitHub action) to regularly replicate changes that occur across the entire set of series for commit.
There is an assumption that the files are downloaded to a Linux-like default "Downloads"
folder "~/Downloads"
or "/home/user/Downloads"
which are standard on "ubuntu-latest"
where these actions are typically run. The files matching the path "osddwn.*zip$"
get moved to the repository "raw" folder.
refresh_registry(
test = FALSE,
moID = c(Alaska = 36871, `North Central` = 117, Northeast = 153, Northwest = 134,
`South Central` = 127, Southeast = 122, Southwest = 113, `Special Projects` = 44372),
port = 4567L
)
test |
Default: |
moID |
Region ID codes; see default argument value in function definition for details |
port |
Passed to |
Thank goodness we don't need to read .doc files... the server delivers .txt masquerading as .doc. Queries that error are re-tried after splitting in half (established year before or after 1980).
0
if function completes.
Andrew G. Brown
## note: takes several minutes to run and downloads ~100MB .ZIP data
# refresh_registry()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.