match_all_result | R Documentation |
The dataset 'match_all_result' contains the results of matching indicators from DHS (Demographic and Health Surveys) with those extracted from GitHub. The dataset includes similarity scores, recoding names, indicator definitions, and positional information within the matched text.
match_all_result
A data frame with 132 rows and 20 variables:
Character. Unique ID of the indicator in DHS.
Character. Label assigned to the indicator in DHS.
Character. Description or definition of the DHS indicator.
Character. Combined text representation for similarity matching.
Numeric. Similarity score between DHS and GitHub indicators.
Character. Unique ID of the indicator from GitHub.
Character. Initial recoding name for the indicator.
Character. Revised recoding name after updates.
Character. Raw version of the GitHub indicator ID.
Character. Processed indicator definition from GitHub.
Character. Unprocessed raw definition from GitHub.
Character. The chapter or category of the indicator.
Character. Associated R bundle or package for processing.
Integer. Start position of the matched pattern in text.
Integer. End position of the matched pattern in text.
Character. The exact text pattern matched between sources.
Character. Grouping variable for batch recoding.
Character. Final matched indicator name.
Unknown. This variable needs clarification or may be redundant.
Character. First two letters of the indicator ID, possibly used for grouping or sorting.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.