get_amortization_filing: Get amortization from the filing

View source: R/sec_api_single_methods.R

get_amortization_filingR Documentation

Get amortization from the filing

Description

Get the numeric value of the amortization

Usage

get_amortization_filing(xbrl_json, type_of = "amortization")

Arguments

xbrl_json

JSON text Parsed xbrl filing

type_of

Character Name of value column

Value

Tibble Tibble w/ the recent capex (3Y)

Examples

# Parsed json filing
# amortization <- filing$BalanceSheets$DepreciationDepletionAndAmortization
# Type of value column
# column_type <- "amortization"

TracyRage/fun_valuation documentation built on Jan. 29, 2023, 8:41 a.m.