Arthur Yip
Arthur Yip
Hi, I was wondering how I can pass in filters with parameters? Let's say I want: Long1 = Petal.Length > 1, Long2 = Petal.Length > 2, Long3 = Petal.Length >...
This will finally get me to make a website! But I ran into this error: processing file: test.Rmd |......................................................................| 100% ordinary text without R code [...] "template" (line 34, column...
Grid data: ``` name,code,row,col Aroostook,23003,2,8 Piscataquis,23021,3,7 Penobscot,23019,3,8 Washington,23029,3,9 Franklin,23007,4,6 Somerset,23025,4,7 Waldo,23027,4,8 Hancock,23009,4,9 Franklin,50011,5,2 Grand Isle,50013,5,1 Orleans,50019,5,3 Coos,33007,5,5 Androscoggin,23001,5,6 Kennebec,23011,5,7 Lincoln,23015,5,8 Knox,23013,5,9 Essex,50009,6,4 Caledonia,50005,6,3 Lamoille,50015,6,2 Chittenden,50007,6,1 Oxford,23017,6,6 Carroll,33003,6,5 Sagadahoc,23023,6,7 Washington,50023,7,2 Orange,50017,7,3...
[[Note: Please edit the title above and provide a description of the grid here. Also check the ISO_3166-2 (https://en.wikipedia.org/wiki/ISO_3166-2) codes if your grid uses countries or states/provinces. Finally, if you...
An attempt at clarifying what's happening in the code - the original code comment only says what plot "usually [did] not" do rather than explain how the tee is positioned...
Seems like the id column should be added after col_select. It seems to get unselected if it's not in col_select. My thinking is that if id is not NULL, then...
It seems if we use a list of match_fun's for each matching variable, it is not possible to pass arguments into them? https://stackoverflow.com/questions/44383510/r-passing-arguments-into-the-match-fun-function-in-fuzzyjoinfuzzy-join
Suggested feature: Offer the stringdist, interval, etc. match_fun's as helper functions that can be easily input into fuzzy_join. This would avoid problems like me trying to extract the stringdist function...
In addition to providing examples of match_fun's #22 , it looks like match_fun gets used as multi_match_fun if match_fun is singular and there are multiple column's in the by argument?...
when data in different csv's have the same columns but in a different order, read_csv fails to read the data, saying the columns are different (even if total number and...