xbrlDoAllFun: A mirror function of XBRL

Description Usage Details Value

View source: R/xbrlDoAllFun.R

Description

A mirror function to package XBRL function xbrlDoAll

Usage

1
2
3
4
5
6
7
xbrlDoAllFun(
  file.inst,
  cache.dir = "xbrl.Cache",
  prefix.out = NULL,
  verbose = FALSE,
  delete.cached.inst = TRUE
)

Details

This function is almost exactly equal to the function xbrlDoAll of the package XBRL. The reason it exist is because the above mentioned doesn´t work with https type links, which is fixed by editing the fixFileName function inside the XBRL function. On linux I was able to built it but It seams I´m not able to do so on Windows because I don´t know how to make libxml accesible to Rtools. For the mean time, this is a workaround.

Value

A XBRL list of data.frames


kossal/fundfi documentation built on April 6, 2020, 8:41 a.m.