knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" ) library(iramuteqlike)
iramuteqlike
is an R package with tools to reproduce the IRaMuTeQ software analyses in R. Its aim is to facilitate text analyses and to improve reproducibility in research.
The package use different methods to compute some analyses, hence, the results can differ from the IRaMuTeQ software.
Please note that iramuteqlike
is not related in any way with the IRaMuTeQ developer team.
You need to have some familiarity with the R programming language to use iramuteqlike
main functions.
If you don't feel comfortable with R, we strongly recommend checking Hadley Wickham and Garrett Grolemund's free and online book R for Data Science and the Coursera course from John Hopkins University Data Science: Foundations using R (free for audit students).
You can install iramuteqlike
with:
``` {r, eval = FALSE}
remotes::install_github("giperbio/iramuteqlike")
## Citation If you use `iramuteqlike` in your research, please consider citing it. We put a lot of work to build and maintain a free and open-source R package. You can find the citation below. ```r citation("iramuteqlike")
We welcome contributions, including bug reports.
Take a moment to review our Guidelines for Contributing.
Become an iramuteqlike
supporter!
Click here to make a donation. Please indicate the iramuteqlike
package in your donation message.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.