Tan Ho

Results 113 comments of Tan Ho

hmm. if the target is the PFR standard offense tables I guess I don't see why not? We wouldn't have the series conversion rates though, nor redzone or drive averages...

Tacking some ffscrapr-related requests Return: - [ ] separated kick and punt return yards, TDs, and fumbles Basic IDP: - [ ] solo, assisted tackles, combined tackles - [ ]...

Linking #214 which has a nice week-level sack summary code chunk

Thought about rewriting stuff to data.table...but got lazy and decided that adding .data$ to everything required less brainpower for right now

I'm not exactly sure of the value of having the three options (week, season, entire range) and was thinking we should gradually move to making summarizing beyond week up to...

@atungate Hiya - glad to hear from you! You're more than welcome to fork my PR branch and/or make your own PR that incorporates this one. We implemented this in...

Yeah, we do want to eventually include the parsing of pbp to kicking as a package function (rather than only as a GH script) but the intermediate step sufficed and...

Superseded by #381

Functionality I'm looking for, mostly: ![image](https://user-images.githubusercontent.com/38083823/141325465-0d5e2a15-d67d-406d-a904-8faa82dfbe32.png) status does this: ![image](https://user-images.githubusercontent.com/38083823/141327719-395e1aee-2c20-4888-bd8f-4202ca94d543.png) and background does this: ![image](https://user-images.githubusercontent.com/38083823/141327788-936bd05f-18c3-4638-ac51-1af9cc601aa9.png) and the two of them: ![image](https://user-images.githubusercontent.com/38083823/141327846-6da4ce56-f698-40d6-ba70-dc68337f889c.png) code for example ``` library(shiny) library(bs4Dash) ui

Some debugging dives: ![image](https://user-images.githubusercontent.com/38083823/163634101-f9abdd8e-ac5f-477b-9998-6e23f0fb71dd.png) ![image](https://user-images.githubusercontent.com/38083823/163634251-37e9844f-786d-42ae-9198-52bb6781eee3.png) which seems to point at https://github.com/RinteRface/shinyMobile/blob/master/R/f7-inputs.R#L2023-L2036 being the issue? update: devel version doesn't have this issue... trying to figure out what the difference is -...