build_tabnet_matrix: Build TABNET indicators matrix

View source: R/tabnet_index.R

build_tabnet_matrixR Documentation

Build TABNET indicators matrix

Description

Collects indicators links and names from html scraped object.

Usage

build_tabnet_matrix(index, link_start, link_end, name_end, n)

Arguments

index

HTML scraped object.

link_start

List containing start indexes of links, in each item in index object.

link_end

List containing end indexes of links, in each item in index object.

name_end

List containing end indexes of indicator names, in each item in index object.

n

Number of indicators present in each item of index object.

Value

Data frame with indicators names and links found in objects provided.


joaohmorais/rtabnetsp documentation built on July 16, 2024, 12:39 p.m.