We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Icarus is still in alpha, and has not yet been pushed to CRAN's repos. You can use the package "devtools" to install easily from Github.
If you don't have installed devtools yet:
install.packages("devtools")
Then load devtools, and install icarus:
library(devtools) install_github("haroine/icarus")