knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Introduction

View the Treemap of NIFTY50 and FO securities along with percent change.

library(nser)

# Example 
#Treemap of NIFTY50 securities
nsetree()


#Treemap of F&O securities
nsetree("fo")


nandp1/nser documentation built on Nov. 15, 2024, 4:04 a.m.