Skip to content

Commit

Permalink
Title 字段需要保留
Browse files Browse the repository at this point in the history
  • Loading branch information
XiangyunHuang committed Jan 21, 2024
1 parent 325c04b commit 4d4fdda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyze-network-data.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pdb <- readRDS(file = "data/cran-package-db-20221231.rds")
```{r}
pdb <- subset(
x = pdb, subset = !duplicated(Package),
select = c("Package", "Maintainer", "Authors@R", "Date", "Published")
select = c("Package", "Maintainer", "Title", "Authors@R", "Date", "Published")
)
```

Expand Down

0 comments on commit 4d4fdda

Please sign in to comment.