Benedict Witzenberger

Results 6 issues of Benedict Witzenberger

Tearing apart map creation, as it's going to be a lot of different problems to cover. Easiest start might be symbol or chloropleth https://developer.datawrapper.de/docs/creating-a-map

enhancement

`dw_data_from_chart` does not import tab-separated data correctly

bug

add an argument to `dw_create_chart` that clones an existing chart from the current user (like the UI function)

enhancement
good first issue

https://github.com/munichrocker/DatawRappr/blob/master/R/dw_list_folders.R should output in a nicer way

enhancement
good first issue

Argument einführen, dass .Renviron nicht im Homeverzeichnis, sondern im Projektverzeichnis sucht und ggf. anlegt ``` file.edit(file.path("~", ".Rprofile")) # edit .Rprofile in HOME file.edit(".Rprofile") # edit project specific .Rprofile ``` https://csgillespie.github.io/efficientR/r-startup.html

enhancement

This is a quick fix for an error that occurs during installation with `devtools::install_github("danielmarcelino/SciencesPo")`, because some files have been named differently in the DESCRIPTION file and the different *.R-files. The...