Steve Simpson
Steve Simpson
Really enjoy your work. Playing with your vignette last night and found a dependency change This is from Data Expectations section of vignette; needs a sligth update in sourcing movie...
I saw you Hacker Noon post, which was great. I'd love to do something similar with another solution but I'm not a mobile developer. Any pointers for how to do...
fstring format error with too many double quotes as in the first example of this error `print (f"m:b = {class_counts["malignant"]/class_counts["benign"]:.2f}")`, Should be single quote like `print (f'm:b = {class_counts["malignant"]/class_counts["benign"]:.2f}')`
I just want to make a YA fantasy novel for my kids birthday in which she features as character. So it’s more one off. But seems like you have to...
using this structure would allow you to get both options in one function. ``` sterm % search_term(.,unlist(colo(...))) %>% # possibly don't need the unlist once other issue fixed frequent_terms() }...