Search
About
Datasets
Models
Log In
Sign Up
Log In
Sign Up
Models
:
MarcoTheBlack
/
deepG
Like
0
Downloads: 2
Card
Git
Discussions
Diff of
/data-raw/parenthesis.R
[000000] ..
[409433]
Switch to unified view
a
b/data-raw/parenthesis.R
1
library(readr)
2
3
parenthesis <- read_lines("parenthesis.txt")
4
use_data(parenthesis, overwrite = TRUE)