R
The Electric Pull of Spring - Merelymine - DCU - Comicverse [Archive of Our Own]
1 hour ago by akaelissa
"I feel fine," Kon says, breathing deeply. He leans towards Tim and takes an even deeper, longer breath. "I feel really, really good, actually. And you smell—you smell really good."
fic
dc
tim/kon
trope:sex-pollen
r
*****
1 hour ago by akaelissa
Call Me Wild - bar2d2s - Star Wars: Rebels [Archive of Our Own]
1 hour ago by akaelissa
As it so happens? Zeb CAN be more attracted to the weird fleshy thing he picked up on an icy moon.
Set between Zero Hour and In the Name of the Rebellion.
fic
star-wars
star-wars-rebels
zeb/kallus
r
trope:pre-relationship
trope:missing-scenes
*****
Set between Zero Hour and In the Name of the Rebellion.
1 hour ago by akaelissa
crosstabs xtab base-R
yesterday by bikesandbooks
base R, but I sadly went years without knowing about it."
The format is xtabs(~df$col1 + df$col2), which will return a frequency table with col1 as the rows and col2 as the columns.
xtab
crosstab
r
from notes
The format is xtabs(~df$col1 + df$col2), which will return a frequency table with col1 as the rows and col2 as the columns.
yesterday by bikesandbooks
rio: A Swiss-Army Knife for Data I/O
yesterday by bikesandbooks
https://cran.r-project.org/web/packages/rio/README.html
see the readme and the table of data import/export routes
`convert("myfile.xlsx", "myfile.csv")`
`export(myRobject, "clipboard")`
r
import
export
read
load
data
data.table
haven
readxl
foreign
jsonlite
matlab
clipboard
copy
paste
fst
see the readme and the table of data import/export routes
`convert("myfile.xlsx", "myfile.csv")`
`export(myRobject, "clipboard")`
yesterday by bikesandbooks
Bare Combine -- hrbrmstr/hrbraddins: Additional Addins for RStudio
yesterday by bikesandbooks
concatenate vectors without quotes. woot!
twitter
rants
r
addins
concatenate
quotes
yesterday by bikesandbooks
tmap colorbrewer tool
yesterday by bikesandbooks
Run the following in the console
tmaptools::palette_explorer()
tmap
colorbrewer
r
from notes
tmaptools::palette_explorer()
yesterday by bikesandbooks