Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Atlantic-bats #4

Open
pardalismitis opened this issue Aug 17, 2022 · 0 comments
Open

Atlantic-bats #4

pardalismitis opened this issue Aug 17, 2022 · 0 comments

Comments

@pardalismitis
Copy link

A linha 044 de 00_prepara_data.R:

ba_tax <- readr::read_delim("data/ATLANTIC_BATS_Capture.csv", delim = ",", quote = "") # correcoes nas linhas

tenta solucionar um problema com a formatação, mas chama o arquivo inexistente na pasta data
Ajustei com:
ba_tax <- readr::read_delim("data/data_papers/ATLANTIC_BATS_Capture.csv", delim = ",", quote = "") # correcoes nas linhas
mas o output está bem estranho:

2022-08-17

Não tenho interesse nos dados de morcegos, mas chamo o issue aqui pq parece interferir no bind com o CamTraps na sequência...

Rodar o código direto na linha 046, ignorando a linha anterior, gera o erro:

Error in `dplyr::mutate()`:
! Problem while computing `species =
  str_replace(Species, "[.]", " ")`.
Caused by error in `stri_replace_first_regex()`:
! object 'Species' not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant