Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hetzerj authored Sep 20, 2024
1 parent 845029d commit 324f82f
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# IA Quarto Project

This repository contains a Quarto project that demonstrates the usage of the **IA (Indicator Analyses)** R package. The **IA** package can be found in the [hetzerj/IA](https://github.com/hetzerj/IA) repository.

## Overview

The goal of this project is to provide a comprehensive guide on how to use the **IA** R package. The documentation covers the following:

- **Available Indicators**: Lists all the indicators provided by the **IA** package.
- **Function Demonstrations**: Shows how the core functions of the package work, using practical examples.
- **Plotting Figures**: Provides instructions and examples for visualizing the indicators using the package's functions.

## Key Features

- Displays all available indicators in the package.
- Demonstrates how to apply various functions within the package to analyze indicators.
- Shows how to generate and customize plots for visualizing indicator data.
- Includes rendered output via GitHub Pages to allow users to view the documentation and examples directly online.

## How to Access the Quarto Project

The Quarto project is rendered as a website using GitHub Pages. You can access the live version of the documentation [here](https://your-username.github.io/IA_quarto/).

## Download and Install the IA R Package

You can download and install the **IA** R package directly from the [hetzerj/IA](https://github.com/hetzerj/IA) GitHub repository using the following commands in R:

```r
# Install devtools if not already installed
install.packages("devtools")

# Install IA package from GitHub
devtools::install_github("hetzerj/IA")
```

0 comments on commit 324f82f

Please sign in to comment.