Skip to content
/ phscs Public

❗ This is a read-only mirror of the CRAN R package repository. phscs — Philippine Statistical Classification Systems. Homepage: https://yng-me.github.io/phscs/https://github.com/yng-me/phscs Report bugs for this package: https://github.com/yng-me/phscs/issues

License

Notifications You must be signed in to change notification settings

cran/phscs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The phscs Package

R-CMD-check CRAN status

The goal of phscs is to provide a unified interface to access and manipulate various Philippine statistical classifications, such as the Philippine Standard Geographic Code (PSGC), Philippine Standard Industrial Classification (PSIC), Philippine Standard Occupational Classification (PSOC), and others.

It allows users to retrieve, filter, and harmonize classification data from the Philippine Statistics Authority (PSA)’s open-access data and other sources, making it easier to work with Philippine statistical data in R.

Installation

Install from CRAN:

install.packages("phscs")

You can also install the development version of phscs from GitHub using the pak package:

# install.packages("pak")
pak::pak("yng-me/phscs")

Usage

library(phscs)

# Retrieve Philippine Standard Geographic Code (PSGC) data
psgc_data <- get_psgc()
head(psgc_data)

# Retrieve Philippine Standard Industrial Classification (PSIC) data
psic_data <- get_psic()
head(psic_data)

# Retrieve Philippine Standard Occupational Classification (PSOC) data
psoc_data <- get_psoc()
head(psoc_data)

About

❗ This is a read-only mirror of the CRAN R package repository. phscs — Philippine Statistical Classification Systems. Homepage: https://yng-me.github.io/phscs/https://github.com/yng-me/phscs Report bugs for this package: https://github.com/yng-me/phscs/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages