Package 'PakNAcc'

Title: 'shiny' App for National Accounts
Description: Provides a comprehensive suite of tools for analyzing Pakistan's Quarterly National Accounts data. Users can gain detailed insights into Pakistan's economic performance, visualize quarterly trends, and detect patterns and anomalies in key economic indicators. Compare sector contributions—including agriculture, industry, and services—to understand their influence on economic growth or decline. Customize analyses by filtering and manipulating data to focus on specific areas of interest. Ideal for policymakers, researchers, and analysts aiming to make informed, data-driven decisions based on timely and detailed economic insights.
Authors: Muhammad Yaseen [aut, cre, cph] , Zahid Asghar [ctb]
Maintainer: Muhammad Yaseen <[email protected]>
License: GPL-3
Version: 0.2.0
Built: 2025-03-13 03:01:23 UTC
Source: https://github.com/myaseen208/paknacc

Help Index


PakNAcc

Description

Shiny App for National Accounts

Usage

PakNAcc()

Value

Pivot tables and graphs for Pakistan's Quarterly National Accounts data

Examples

if(interactive()) {
    library(PakNAcc)
    PakNAcc()
  }