
Files saved with writeRDS have suffixes of. txt mode may be read if the widths parameter is specified. Data exported by JMP or EXCEL in the csv format are also able to be read. sav (i.e., data from SPSS sav files may be read as can files saved by SAS using the. ames may be read from files with suffixes of. Input from a variety of sources may be read. Shortcuts for reading from the clipboard or a file Description vegetables: Paired comparison of preferences for 9 vegetables.usaf: 17 anthropometric measures from the USAF showing a general.spi: A sample from the SAPA Personality Inventory including an.spengler: Project Talent data set from Marion Spengler and Rodica.Schutz: The Schutz correlation matrix example from Shapiro and ten.sat.act: 3 Measures of ability: SATV, SATQ, ACT.sai: State Anxiety data from the PMC lab over multiple occasions.read.clipboard: Shortcuts for reading from the clipboard or a file.
psychTools: psychTools: datasets and utility functions to accompany the. Pollack: Pollack et al (2012) correlation matrix for mediation example. #Convert text clipboard to csv file manual
neo: NEO correlation matrix from the NEO_PI_R manual. msqR: 75 mood items from the Motivational State Questionnaire for. msq: 75 mood items from the Motivational State Questionnaire for. income: US family income from US census 2008. holzinger.swineford: The raw and transformed data from Holzinger and Swineford. heights: A ame of the Galton (1888) height and cubit data set. globalWarm: 7 attitude items about Global Warming policy from Erik Nisbet. GERAS: Data from Gruber et al, 2020, Study 2: Gender Related. galton: Galton's Mid parent child height data. fileUtilities: Useful utility functions for file/directory exploration and. epi.bfi: 13 personality scales from the Eysenck Personality Inventory. epi: Eysenck Personality Inventory (EPI) data for 3570. eminence: Eminence of 69 American Psychologists. dfOrder: Sort (order) a dataframe or matrix by multiple columns. df2latex: Convert a data frame, correlation matrix, or factor analysis. cushny: A data set from Cushny and Peebles (1905) on the effect of. cubits: Galton's example of the relationship between height and.
burt: 11 emotional variables from Burt (1915). blot: Bond's Logical Operations Test - BLOT. blant: A 29 x 29 matrix that produces weird factor analytic results. : 100 adjectives describing the "big 5" for 502 subjects. : Dictionary for the 100 Big Five Adjectives. bfi: 25 Personality items representing 5 factors. Athenstaedt: Gender Role Self Concept data from Athenstaedt (2003). affect: Two data sets of affect and arousal scores as a function of. ability: 16 ability items scored as correct or incorrect. I will use the smaller file for setting up a unit test, which is why I don't want to change the format of the csv file even if it most likely wouldn't make much of a different given a proper csv parser.Īs the point of the unit test is to make sure it parses the actual format properly, and I don't want to test against LibreOffice's understanding of a CSV file. Yet extracting that selection is not as straightforward. I like to use LibreOffice Calc as it offers a nice filter feature through Data > Autofilter making it easy to find the lines I want to use. The example is very contrived, yet background is that I want to only export a sub fraction from a larger csv without having to cherry-pick via sed or using head -n 1 > example.csvĬat large.csv | grep SOME_CODE > example.csv // sometimes the filter is not as easy I was expecting the clipboard to restore the raw csv again.
Yet if I select the entire document again and copy it, the clipboard contains: foo bar If I open this one with Libre Office with these settings, I can view it nicely.