Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

R Package for Philippine Statistical Classification Systems

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
NotificationsYou must be signed in to change notification settings

yng-me/phscs

Repository files navigation

R-CMD-checkCRAN status

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.

Installation

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")

Usage

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

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp