Netflix is rolling out a welcome improvement to “My List” that should make it easier to find the saved TV shows and movies you haven’t watched yet. The key change is the addition of new filter options ...
1. Practice turning the following code snippets into functions. Think about what each function does. What would you call it? How many arguments does it need? round(x / sum(x, na.rm = TRUE) * 100, 1) ...