Guest User

Untitled

a guest
Jan 18th, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. curl_download(url = 'https://drive.google.com/uc?export=download&id=1kra8bSf4WMpoK8BTyFip2OxmUuz30Thl',
  2. destfile = 'bird.jpg')
  3.  
  4. dat <- structure(list(markerID = c(189307140L, 189307131L, 189307142L
  5. ), tail = c("https://drive.google.com/uc?export=download&id=18iTBj2NryARJdBLUGyaiNXYL0F2xFqr_",
  6. "https://drive.google.com/uc?export=download&id=14-YD-JfuYJF75iMXbXsrcIDF7iodkVPd",
  7. "https://drive.google.com/uc?export=download&id=1ylgFf7X1XWQiDe9YKR5Q4fm8xJ2yBJ5R"
  8. ), frontPop = c("https://drive.google.com/uc?export=download&id=1xBS_rGULIoG48gXi3EPD1rVm_CzXM4wX",
  9. "https://drive.google.com/uc?export=download&id=17v_VJD36HltfFK0a8PKCSH5IxIIJEBs0",
  10. "https://drive.google.com/uc?export=download&id=1gS3j5pUXlN1Jleit5uVb8qeVHdxNuOVj"
  11. ), backPop = c("https://drive.google.com/uc?export=download&id=1x1oZuqYFuH5T3ddMa5usBmqc1JKHV0t3",
  12. "https://drive.google.com/uc?export=download&id=10jqWLg3Pjul9oH_cuh886o1GzvUNUW1w",
  13. "https://drive.google.com/uc?export=download&id=15XqEs_eL4yPKGI9ISug-9fRVgyc6mPVx"
  14. ), frontWing = c("https://drive.google.com/uc?export=download&id=1CbDOfgyhqsgNJ_gl01a957IPWB-pjwlN",
  15. "https://drive.google.com/uc?export=download&id=1H6eALfubQ_BCbrR0MfzMzIJy1Gy5UuaG",
  16. "https://drive.google.com/uc?export=download&id=1u3Ikx23b0-1rgmDWApEluYVMc_ELBj3D"
  17. ), backWing = c("https://drive.google.com/uc?export=download&id=1gxpYtrrMLH-PsuZnW7McLD0uPZuAiAHq",
  18. "https://drive.google.com/uc?export=download&id=1mJ8DnHVFeCS0ZpqSBO0K7rWo4IDin1Vo",
  19. "https://drive.google.com/uc?export=download&id=1SErSLXZ5q_Qe41x_1HejJPf04688Fl_i"
  20. ), other = c("https://drive.google.com/uc?export=download&id=NA",
  21. "https://drive.google.com/uc?export=download&id=NA", "https://drive.google.com/uc?export=download&id=NA"
  22. ), date = structure(c(17910, 17906, 17910), class = "Date")), class = c("tbl_df",
  23. "tbl", "data.frame"), row.names = c(NA, -3L))
  24.  
  25. # A tibble: 3 x 8
  26. markerID tail frontPop backPop frontWing backWing other date
  27. <int> <chr> <chr> <chr> <chr> <chr> <chr> <date>
  28. 1 189307140 https://drive.google.… https://drive.google.co… https://drive.google.… https://drive.google.co… https://drive.google.c… https://drive… 2019-01-14
  29. 2 189307131 https://drive.google.… https://drive.google.co… https://drive.google.… https://drive.google.co… https://drive.google.c… https://drive… 2019-01-10
  30. 3 189307142 https://drive.google.… https://drive.google.co… https://drive.google.… https://drive.google.co… https://drive.google.c… https://drive… 2019-01-14
Add Comment
Please, Sign In to add comment