GithubHelp home page GithubHelp logo

ntrains / tmasc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bfeezy/tmasc

0.0 0.0 0.0 102.94 MB

R data package about written reports of altered states of consciousness

Home Page: https://mvuorre.github.io/tmasc

R 100.00%

tmasc's Introduction

tmasc

Tidy data sets of reports of altered states of consciousness, suitable for text mining analyses.

tmasc currently contains two data sets, erowid and dreamjournal. These data sets are fairly large (about 50mb each), which leads to a long install time. Installing the package may take up to a few minutes. (You might also experience a few seconds delay when first calling the data sets in your R session.)

Installing

The package is not available on CRAN, but can be easily installed from GitHub, using the devtools package.

# install.packages(devtools)  # Install if required
devtools::install_github("mvuorre/tmasc")

Usage

The package can then be loaded, and the contained data sets processed with familiar functions from the tidyverse packages.

library(tmasc)
library(tidyverse)
library(stringr)

Please see the package's website for more information.

References

Scraping these data from the web was made possible by

If you use these data sets, please provide a link to this website, and cite tmasc:

citation("tmasc")
#> 
#> To cite package 'tmasc' in publications use:
#> 
#>   Matti Vuorre (2016). tmasc: Text Mining Altered States of
#>   Consciousness. R package version 0.2.5.
#>   https://github.com/mvuorre/tmasc
#> 
#> A BibTeX entry for LaTeX users is
#> 
#>   @Manual{,
#>     title = {tmasc: Text Mining Altered States of Consciousness},
#>     author = {Matti Vuorre},
#>     year = {2016},
#>     note = {R package version 0.2.5},
#>     url = {https://github.com/mvuorre/tmasc},
#>   }

Additionally, please acknowledge any other software you use. Thanks, and have a good day.

tmasc's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.