Code
files
Output
# A tibble: 119 x 5
id name type path mode
<chr> <chr> <chr> <chr> <chr>
1 a277c2ebee34a4a88379f71d8fbab882d75d0f05 .github tree .github 0400~
2 6062825edda8e94dfcc4c88058c4d7c9739f941f R tree R 0400~
3 46d08aa22924030d114a56feb7a6dc8149017bcd data tree data 0400~
4 55335675fd4ee670ac57450098cb36f85eeb8f31 dev tree dev 0400~
5 62f949e675005321152bc8eee1fd7a9f6bbe6c19 inst tree inst 0400~
6 5ae0ee4d3154318e2fee3d56e6282719476cd547 man tree man 0400~
7 55d94cccbd086f1da65254ee91ffb817e34f12f7 tests tree tests 0400~
8 8139fdfe8e94043c578ca32cc06aeeca25080a5c vignettes tree vignettes 0400~
9 0eaf1415b3d9c6b13153cc129500e1f9c6c19604 .Rbuildignore blob .Rbuildi~ 1006~
10 cde4a274040716803d8546f59261b7aca21f917d .gitattributes blob .gitattr~ 1006~
# ... with 109 more rows
Code
names(files)
Output
[1] "id" "name" "type" "path" "mode"
Code
names(blobs)
Output
[1] "R/branches.R" "R/ci.R" "R/comments.R" "R/connect.R"
[5] "R/files.R" "R/gitlab_api.R"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.