- Notifications
You must be signed in to change notification settings - Fork0
R Package for Philippine Statistical Classification Systems
License
Unknown, MIT licenses found
Licenses found
yng-me/phscs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The goal ofphscs is to provide a unified interface to access andmanipulate various Philippine statistical classifications, such as thePhilippine Standard Geographic Code (PSGC), Philippine StandardIndustrial Classification (PSIC), Philippine Standard OccupationalClassification (PSOC), and others.
It allows users to retrieve, filter, and harmonize classification datafrom thePhilippine StatisticsAuthority (PSA)’s open-access dataand other sources, making it easier to work with Philippine statisticaldata in R.
Install from CRAN:
install.packages("phscs")You can also install the development version ofphscs from GitHubusing thepak package:
# install.packages("pak")pak::pak("yng-me/phscs")
library(phscs)# Retrieve Philippine Standard Geographic Code (PSGC) datapsgc_data<- get_psgc()head(psgc_data)# Retrieve Philippine Standard Industrial Classification (PSIC) datapsic_data<- get_psic()head(psic_data)# Retrieve Philippine Standard Occupational Classification (PSOC) datapsoc_data<- get_psoc()head(psoc_data)
About
R Package for Philippine Statistical Classification Systems
Resources
License
Unknown, MIT licenses found
Licenses found
Uh oh!
There was an error while loading.Please reload this page.