Commit 1691d9f 1 parent b8efd4f commit 1691d9f Copy full SHA for 1691d9f
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ knitr::opts_chunk$set(
18
18
<!-- badges: start -->
19
19
[ ![ CRAN status] ( https://www.r-pkg.org/badges/version/readODS )] ( https://CRAN.R-project.org/package=readODS )
20
20
[ ![ Lifecycle: stable] ( https://img.shields.io/badge/lifecycle-stable-brightgreen.svg )] ( https://lifecycle.r-lib.org/articles/stages.html#stable )
21
- [ ![ Codecov test coverage] ( https://codecov.io/gh/ropensci/readODS/branch/v2.1 /graph/badge.svg )] ( https://app.codecov.io/gh/ropensci/readODS?branch=v2.1 )
21
+ [ ![ Codecov test coverage] ( https://codecov.io/gh/ropensci/readODS/branch/v2.4 /graph/badge.svg )] ( https://app.codecov.io/gh/ropensci/readODS?branch=v2.4 )
22
22
[ ![ rOpenSci] ( https://badges.ropensci.org/302_status.svg )] ( https://github.com/ropensci/software-review/issues/386 )
23
23
[ ![ R-CMD-check] ( https://github.com/ropensci/readODS/actions/workflows/R-CMD-check.yaml/badge.svg )] ( https://github.com/ropensci/readODS/actions/workflows/R-CMD-check.yaml )
24
24
<!-- badges: end -->
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ status](https://www.r-pkg.org/badges/version/readODS)](https://CRAN.R-project.or
10
10
[ ![ Lifecycle:
11
11
stable] ( https://img.shields.io/badge/lifecycle-stable-brightgreen.svg )] ( https://lifecycle.r-lib.org/articles/stages.html#stable )
12
12
[ ![ Codecov test
13
- coverage] ( https://codecov.io/gh/ropensci/readODS/branch/v2.1 /graph/badge.svg )] ( https://app.codecov.io/gh/ropensci/readODS?branch=v2.1 )
13
+ coverage] ( https://codecov.io/gh/ropensci/readODS/branch/v2.4 /graph/badge.svg )] ( https://app.codecov.io/gh/ropensci/readODS?branch=v2.4 )
14
14
[ ![ rOpenSci] ( https://badges.ropensci.org/302_status.svg )] ( https://github.com/ropensci/software-review/issues/386 )
15
15
[ ![ R-CMD-check] ( https://github.com/ropensci/readODS/actions/workflows/R-CMD-check.yaml/badge.svg )] ( https://github.com/ropensci/readODS/actions/workflows/R-CMD-check.yaml )
16
16
<!-- badges: end -->
@@ -106,7 +106,7 @@ Reading as a dataframe
106
106
107
107
``` r
108
108
read_ods(" starwars.ods" , range = " Sheet1!A2:C11" , as_tibble = FALSE )
109
- # > Luke. Skywalker Tatooine Human
109
+ # > Luke Skywalker Tatooine Human
110
110
# > 1 C-3PO Tatooine Human
111
111
# > 2 R2-D2 Alderaan Human
112
112
# > 3 Darth Vader Tatooine Human
You can’t perform that action at this time.
0 commit comments