44
55< head >
66
7- < meta charset ="utf-8 ">
7+ < meta charset ="utf-8 " / >
88< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
99< meta name ="generator " content ="pandoc " />
1010
255255 </ a >
256256 < ul class ="dropdown-menu " role ="menu ">
257257 < li >
258- < a href ="manual-git.html "> Git hands-on session</ a >
258+ < a href ="manual-git-desktop.html "> Git hands-on session using Github Desktop</ a >
259+ </ li >
260+ < li >
261+ < a href ="manual-git-rstudio.html "> Git hands-on session using Rstudio</ a >
262+ </ li >
263+ < li >
264+ < a href ="manual-git-cmd.html "> Git hands-on session using the command line</ a >
259265 </ li >
260266 < li >
261267 < a href ="manual-git-workflow.html "> Git collaborative workflow for command line</ a >
@@ -308,20 +314,20 @@ <h2>Setup</h2>
308314< p > Make sure the token is savely stored within your project folder without sharing it or putting it into the version control history. If you need more power (e.g. necessity of integration services such as Travis CI), check the encryption options in < a href ="https://rawgit.com/jennybc/googlesheets/master/vignettes/managing-auth-tokens.html "> this manual</ a > .</ p >
309315< p > Once registered, an overview of your available google sheets is provided as follows:</ p >
310316< pre class ="r "> < code > gs_ls()</ code > </ pre >
311- < pre > < code > ## # A tibble: 188 × 10
317+ < pre > < code > ## # A tibble: 199 x 10
312318## sheet_title author perm version
313319## <chr> <chr> <chr> <chr>
314- ## 1 overzicht SVZ migratie … joost.sturte… rw old
315- ## 2 Opleiding Git(hub) stijn.vanhoey rw old
316- ## 3 Opleiding scripting maarten.stev … rw old
317- ## 4 INBO A1 publications 20 … peter.desmet rw old
318- ## 5 400+ Tools and innovati… jeroensbox rw old
319- ## 6 T0 sources datasets sander.devis… rw old
320- ## 7 INBO en lopen gerald.louet… rw old
321- ## 8 Statistics peter.desmet rw old
322- ## 9 LifeWatch budget en uit… peter.desmet… rw old
323- ## 10 vergelijking fotodataba… tanja.milotic rw old
324- ## # ... with 178 more rows, and 6 more variables: updated <dttm>,
320+ ## 1 400+ Tools and innovati… jeroensbox rw old
321+ ## 2 IDC-budget 2017 daniel.duseu… rw old
322+ ## 3 LifeWatch budget en uit… peter.desmet … rw old
323+ ## 4 DQ Tests-Assertions - P … godfoder rw old
324+ ## 5 overzicht netwerken en … tessa.vansan… rw old
325+ ## 6 GIS Inventarisatie (Rea… sander.devis… r old
326+ ## 7 Development Planning 20… kevin.azijn rw old
327+ ## 8 Teamgegevens voor Vlimp… dieter.viaene rw old
328+ ## 9 Kleed en gedrag peter.desmet rw old
329+ ## 10 SAFRED-dataset_inventory aaike.dewever rw old
330+ ## # ... with 189 more rows, and 6 more variables: updated <dttm>,
325331## # sheet_key <chr>, ws_feed <chr>, alternate <chr>, self <chr>,
326332## # alt_key <chr></ code > </ pre >
327333</ div >
@@ -342,12 +348,46 @@ <h2>I just want to load a google spreadsheet</h2>
342348< pre class ="r "> < code > breedingbirds <- redlists %>%
343349 gs_read(ws = "BreedingBirds")</ code > </ pre >
344350< pre > < code > ## Accessing worksheet titled 'BreedingBirds'.</ code > </ pre >
345- < pre > < code > ## No encoding supplied: defaulting to UTF-8.</ code > </ pre >
351+ < pre > < code > ##
352+ Downloading: 1.4 kB
353+ Downloading: 1.4 kB
354+ Downloading: 2.2 kB
355+ Downloading: 2.2 kB
356+ Downloading: 3.5 kB
357+ Downloading: 3.5 kB
358+ Downloading: 4.6 kB
359+ Downloading: 4.6 kB
360+ Downloading: 5.6 kB
361+ Downloading: 5.6 kB
362+ Downloading: 5.6 kB
363+ Downloading: 5.6 kB
364+ Downloading: 5.6 kB
365+ Downloading: 5.6 kB</ code > </ pre >
366+ < pre > < code > ## Parsed with column specification:
367+ ## cols(
368+ ## TaxonomicGroup = col_character(),
369+ ## Class = col_character(),
370+ ## Order = col_character(),
371+ ## Family = col_character(),
372+ ## Genus = col_character(),
373+ ## Species = col_character(),
374+ ## Speciesname = col_character(),
375+ ## SpeciesnameDutch = col_character(),
376+ ## RLC = col_character(),
377+ ## RLCEurope = col_character(),
378+ ## Biome = col_character(),
379+ ## Biotope = col_character(),
380+ ## Lifespan = col_character(),
381+ ## Mobility = col_character(),
382+ ## Criteria = col_character(),
383+ ## Spine = col_character(),
384+ ## Trophy = col_character()
385+ ## )</ code > </ pre >
346386< p > Inspecting the data of the sheet:</ p >
347387< pre class ="r "> < code > class(breedingbirds)</ code > </ pre >
348388< pre > < code > ## [1] "tbl_df" "tbl" "data.frame"</ code > </ pre >
349389< pre class ="r "> < code > head(breedingbirds)</ code > </ pre >
350- < pre > < code > ## # A tibble: 6 × 17
390+ < pre > < code > ## # A tibble: 6 x 17
351391## TaxonomicGroup Class Order Family Genus Species
352392## <chr> <chr> <chr> <chr> <chr> <chr>
353393## 1 BreedingBirds Aves Accipitriformes Accipitridae Circus aeruginosus
@@ -390,7 +430,7 @@ <h2>I just want to load a google spreadsheet</h2>
390430 ( function ( ) {
391431 var script = document . createElement ( "script" ) ;
392432 script . type = "text/javascript" ;
393- script . src = "https://cdn. mathjax.org/mathjax /latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" ;
433+ script . src = "https://mathjax.rstudio.com /latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" ;
394434 document . getElementsByTagName ( "head" ) [ 0 ] . appendChild ( script ) ;
395435 } ) ( ) ;
396436</ script >
0 commit comments