Sean Birchall

Results 15 comments of Sean Birchall

A hacky way to go about doing it is to include the scripts in an R Markdown and likely a Shiny app. Then use some type of select input to...

I get the same error message when running. ``` RInno::install_inno() ``` I believe this is likely do to the version of Windows we are running, I am running Windows 7....

This includes details of the same error message we are getting. https://github.com/ficonsulting/RInno/issues/121

library(shiny) library(shinydashboardPlus) library(shinydashboard) ui

The `content-wrapper` appears to be the relevant element. When I create a dashboard whose ouput extends further than the `content-wrapper` the `content` section will extend further and create this ![image](https://user-images.githubusercontent.com/33499559/68624914-e701ef00-04a5-11ea-92be-4974e981faaf.png)...

Has anyone been using any type of work around for the issue?

Looks like they finally updated accession nunber to accession number. Small update to the company filings function is able to fix this issue. ``` company_filings

New JS function appears to be SRT_stocFund.Export = function () { //return false; var params = this.GetPara(); document.location = hostPath+"/ajax/ReportProcess4CSV.html?" + params+"&denominatorView="+denominatorView+"&number="+number; };

This is the new link, but no results when not pressed from Morningstar website. http://financials.morningstar.com/ajax/ReportProcess4CSV.html?&t=XNAS:AAPL&region=usa&culture=en-US&cur=&reportType=bs&period=3&dataType=A&order=asc&columnYear=5&curYearPart=1st5year&rounding=3&view=raw&r=232981&denominatorView=raw&number=3

I have been very actively using their fundamental data. Quantconnect appears to still have access to Morningstar fundamentals from https://www.quantconnect.com/docs/research/fundamental-data though written in python/C#. I plan on looking into this...