---
title: "fdii: Get latest FII/DII data"
output: rmarkdown::html_vignette
vignette: >
  %\VignetteIndexEntry{fdii}
  %\VignetteEngine{knitr::rmarkdown}
  %\VignetteEncoding{UTF-8}
---

```{r, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
```

## Introduction

Get the latest FII (Foreign Institutional Investor) and DII (Domestic Institutional Investor) data from Moneycontrol. 

```
library(nser)

fdii()
```
