inst/doc/intro_to_bolsec.R

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

## -----------------------------------------------------------------------------
library(bolsec)

## -----------------------------------------------------------------------------
library(dplyr)
library(rvest)
library(formattable)

## -----------------------------------------------------------------------------
x <- import_data()

## -----------------------------------------------------------------------------
get_graph(x)

## -----------------------------------------------------------------------------
get_list(x)

## -----------------------------------------------------------------------------
get_stats(x)

Try the bolsec package in your browser

Any scripts or data that you put into this service are public.

bolsec documentation built on May 29, 2024, 11:26 a.m.