Skip to content

Commit

Permalink
Explorando os dados - finalmente algo que será útil
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrizmilz committed Apr 7, 2024
1 parent 9ba22db commit ecc66ad
Show file tree
Hide file tree
Showing 63 changed files with 17,895 additions and 10 deletions.
14 changes: 11 additions & 3 deletions data-raw/criterios.R
Original file line number Diff line number Diff line change
@@ -1,16 +1,24 @@
# O vetor abaixo foi criado manualmente,
# a partir da observação dos valores.
# Isso deve ser incrementado com o tempo

criterios_scielo <- tibble::tibble(
criterio = "sex_gender_issues",
nome_criterio = "Sex and Gender Issues",
nome_criterio_en = "Sex and Gender Issues",
nome_criterio = "Questões de Sexo e Gênero",
palavras_chave = list(c("Sex and Gender Issues",
"Gender and Sex Issues",
"Sex and genre issues"))
"Sex and genre issues",
"Questões de Sexo e Gênero"))
) |>
tibble::add_row(
criterio = "preprints",
nome_criterio = "Preprints",
nome_criterio_en = "Preprints",
palavras_chave = list(c("Preprints", "Preprint",
"Preprint policy",
"Acceptance of Preprint"))
"Acceptance of Preprint",
"Aceitação de Preprint"))
)


Expand Down
Binary file modified data/criterios_scielo.rda
Binary file not shown.
Loading

0 comments on commit ecc66ad

Please sign in to comment.