Questions tagged [tidypmc]
2 questions
1
vote
1 answer
Saving tidypmc output which forms a list object and saving it into individual file based on PMCIDs
So im making a query it returns me PMCIDs which is again used to query using tidypmc libray to parse table which contains metadata from various papers, which is finally returned as list.Some of the PMCIDs will be empty since it doesn't have a proper…

PesKchan
- 868
- 6
- 14
0
votes
1 answer
Parsing of PMCID table row to column form
dput(t1)
structure(list(PMCID = c("PMC7809753", "PMC7809753", "PMC7809753",
"PMC7809753", "PMC7809753", "PMC7790830", "PMC7790830", "PMC7790830",
"PMC7790830", "PMC7790830"), table = c("Table 1", "Table 1",
"Table 1", "Table 1", "Table 1", "Table…

PesKchan
- 868
- 6
- 14