Chairman of the Federal Reserve Kevin Warsh delivers remarks after being sworn in during a swearing-in ceremony in the East Room of the White House on May 22, 2026 in Washington, DC. Warsh succeeds ...
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) ...