Benedict Witzenberger
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
`dw_data_from_chart` does not import tab-separated data correctly
add an argument to `dw_create_chart` that clones an existing chart from the current user (like the UI function)
https://github.com/munichrocker/DatawRappr/blob/master/R/dw_list_folders.R should output in a nicer way
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
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...