eList - List Comprehension and Tools
Create list comprehensions (and other types of comprehension) similar to those in 'python', 'haskell', and other languages. List comprehension in 'R' converts a regular for() loop into a vectorized lapply() function. Support for looping with multiple variables, parallelization, and across non-standard objects included. Package also contains a variety of functions to help with list comprehension.
Last updated 4 years ago
4.48 score 2 stars 1 packages 9 scripts 144 downloadscursr - Cursor and Terminal Manipulation
A toolbox for developing applications, games, simulations, or agent-based models in the R terminal. Included functions allow users to move the cursor around the terminal screen, change text colors and attributes, clear the screen, hide and show the cursor, map key presses to functions, draw shapes and curves, among others. Most functionalities require users to be in a terminal (not the R GUI).
Last updated 4 years ago
2.30 score 2 scripts 156 downloadsrefer - Create Object References
Allows users to easily create references to R objects then 'dereference' when needed or modify in place without using reference classes, environments, or active bindings as workarounds. Users can also create expression references that allow subsets of any object to be referenced or expressions containing references to multiple objects.
Last updated 3 years ago
2.00 score 4 scripts 641 downloadseFRED - Fetch Data from the Federal Reserve Economic Database
Interact with the FRED API, <https://fred.stlouisfed.org/docs/api/fred/>, to fetch observations across economic series; find information about different economic sources, releases, series, etc.; conduct searches by series name, attributes, or tags; and determine the latest updates. Includes functions for creating panels of related variables with minimal effort and datasets containing data sources, releases, and popular FRED tags.
Last updated 4 years ago
2.00 score 9 scripts 172 downloadsmatchr - Pattern Matching and Enumerated Types in R
Inspired by pattern matching and enum types in Rust and many functional programming languages, this package offers an updated version of the 'switch' function called 'Match' that accepts atomic values, functions, expressions, and enum variants. Conditions and return expressions are separated by '->' and multiple conditions can be associated with the same return expression using '|'. 'Match' also includes support for 'fallthrough'. The package also replicates the Result and Option enums from Rust.
Last updated 3 years ago
1.78 score 2 packages 9 scripts 175 downloadsoews2020 - May 2020 Occupational Employment and Wage Statistics
Contains data from the May 2020 Occupational Employment and Wage Statistics data release from the U.S. Bureau of Labor Statistics. The dataset covers employment and wages across occupations, industries, states, and at the national level. Metropolitan data is not included.
Last updated 2 years ago
1.00 score 197 downloadsoews2021 - May 2021 Occupational Employment and Wage Statistics
Contains data from the May 2021 Occupational Employment and Wage Statistics data release from the U.S. Bureau of Labor Statistics. The dataset covers employment and wages across occupations, industries, states, and at the national level. Metropolitan data is not included.
Last updated 2 years ago
1.00 score 173 downloads