Skip to contents

Resource file type metadata schema on the production server

Resource hxlated metadata schema on the production server

Resource identifiability metadata schema on the production server

Resource process status metadata schema on the production server

Resource type metadata schema on the production server

Resource visibility metadata schema on the production server

Resource metadata confidentiality status schema on the UAT server

Resource file type metadata schema on the UAT server

Resource hxlated metadata schema on the UAT server

Resource identifiability metadata schema on the UAT server

Resource process status metadata schema on the UAT server

Resource type metadata schema on the UAT server

Resource visibility metadata schema on the UAT server

Usage

rr_metadata_file_type

rr_metadata_hxlated

rr_metadata_identifiability

rr_metadata_process_status

rr_metadata_type

rr_metadata_visibility

rr_metadata_uat_confidentiality_status

rr_metadata_uat_file_type

rr_metadata_uat_hxlated

rr_metadata_uat_identifiability

rr_metadata_uat_process_status

rr_metadata_uat_type

rr_metadata_uat_visibility

Format

A tibble with 8 rows and 2 variables:

file_type_code

Code for file type

file_type_label

Label for file type

A tibble with 2 rows and 2 variables:

hxlated_code

Code for hxlated

hxlated_label

Label for hxlated

A tibble with 4 rows and 2 variables:

identifiability_code

Code for identifiability

identifiability_label

Label for identifiability

A tibble with 3 rows and 2 variables:

process_status_code

Code for process status

process_status_label

Label for process status

A tibble with 3 rows and 2 variables:

type_code

Code for type

type_label

Label for type

A tibble with 2 rows and 2 variables:

visibility_code

Code for visibility

visibility_label

Label for visibility

A tibble with 4 rows and 2 variables:

metadata_uat_confidentiality_status_code

Code for confidentiality status

metadata_uat_confidentiality_status_label

Label for confidentiality status

A tibble with 8 rows and 2 variables:

file_type_code

Code for file type

file_type_label

Label for file type

A tibble with 2 rows and 2 variables:

hxlated_code

Code for hxlated

hxlated_label

Label for hxlated

A tibble with 4 rows and 2 variables:

identifiability_code

Code for identifiability

identifiability_label

Label for identifiability

A tibble with 3 rows and 2 variables:

process_status_code

Code for process status

process_status_label

Label for process status

A tibble with 3 rows and 2 variables:

type_code

Code for type

type_label

Label for type

A tibble with 2 rows and 2 variables:

visibility_code

Code for visibility

visibility_label

Label for visibility

Examples

rr_metadata_file_type
#> # A tibble: 8 × 2
#>   file_type_code       file_type_label                            
#>   <chr>                <chr>                                      
#> 1 microdata            microdata                                  
#> 2 questionnaire        questionnaire                              
#> 3 report               report                                     
#> 4 sampling_methodology sampling strategy & methodology description
#> 5 infographics         infographics & dashboard                   
#> 6 script               script                                     
#> 7 concept note         concept note                               
#> 8 other                other                                      
rr_metadata_hxlated
#> # A tibble: 2 × 2
#>   `hxl-ated_code` `hxl-ated_label`
#>   <lgl>           <chr>           
#> 1 FALSE           no              
#> 2 TRUE            yes             
rr_metadata_identifiability
#> # A tibble: 4 × 2
#>   identifiability_code    identifiability_label                                 
#>   <chr>                   <chr>                                                 
#> 1 personally_identifiable personally identifiable                               
#> 2 anonymized_enclave      anonymized 1st level: data enclave - only removed dir…
#> 3 anonymized_scientific   anonymized 2st level: scientific use file (suf)       
#> 4 anonymized_public       anonymized 3st level: public use file (puf)           
rr_metadata_process_status
#> # A tibble: 3 × 2
#>   process_status_code process_status_label
#>   <chr>               <chr>               
#> 1 raw                 raw-uncleaned       
#> 2 cleaned             cleaned only        
#> 3 anonymized          cleaned & anonymized
rr_metadata_type
#> # A tibble: 3 × 2
#>   type_code  type_label           
#>   <chr>      <chr>                
#> 1 data       data file            
#> 2 attachment additional attachment
#> 3 script     script file          
rr_metadata_visibility
#> # A tibble: 2 × 2
#>   visibility_code visibility_label  
#>   <chr>           <chr>             
#> 1 restricted      private           
#> 2 public          internally visible
rr_metadata_uat_confidentiality_status
#> # A tibble: 4 × 2
#>   confidentiality_status_code confidentiality_status_label
#>   <chr>                       <chr>                       
#> 1 public                      public                      
#> 2 official-use-only           official use only           
#> 3 confidential                confidential                
#> 4 strictly_confidential       strictly confidential       
rr_metadata_uat_file_type
#> # A tibble: 9 × 2
#>   file_type_code       file_type_label                            
#>   <chr>                <chr>                                      
#> 1 microdata            microdata                                  
#> 2 questionnaire        questionnaire                              
#> 3 report               report                                     
#> 4 sampling_methodology sampling strategy & methodology description
#> 5 infographics         infographics & dashboard                   
#> 6 script               script                                     
#> 7 concept note         concept note                               
#> 8 indicator            indicator                                  
#> 9 other                other                                      
rr_metadata_uat_hxlated
#> # A tibble: 2 × 2
#>   `hxl-ated_code` `hxl-ated_label`
#>   <lgl>           <chr>           
#> 1 FALSE           no              
#> 2 TRUE            yes             
rr_metadata_uat_identifiability
#> # A tibble: 4 × 2
#>   identifiability_code    identifiability_label                                 
#>   <chr>                   <chr>                                                 
#> 1 personally_identifiable personally identifiable                               
#> 2 anonymized_enclave      anonymized 1st level: data enclave - only removed dir…
#> 3 anonymized_scientific   anonymized 2st level: scientific use file (suf)       
#> 4 anonymized_public       anonymized 3st level: public use file (puf)           
rr_metadata_uat_process_status
#> # A tibble: 3 × 2
#>   process_status_code process_status_label
#>   <chr>               <chr>               
#> 1 raw                 raw-uncleaned       
#> 2 cleaned             cleaned only        
#> 3 anonymized          cleaned & anonymized
rr_metadata_uat_type
#> # A tibble: 4 × 2
#>   type_code  type_label           
#>   <chr>      <chr>                
#> 1 data       data file            
#> 2 attachment additional attachment
#> 3 script     script file          
#> 4 indicator  indicator file       
rr_metadata_uat_visibility
#> # A tibble: 2 × 2
#>   visibility_code visibility_label  
#>   <chr>           <chr>             
#> 1 restricted      private           
#> 2 public          internally visible