Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit43685b7

Browse files
committed
update
1 parent74b874d commit43685b7

File tree

16 files changed

+159
-36
lines changed

16 files changed

+159
-36
lines changed

‎CRAN-RELEASE‎

Lines changed: 0 additions & 2 deletions
This file was deleted.

‎README.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.or
1515
##Installation
1616

1717
```r
18-
remotes::install_github("liao961120/getable")
18+
install.packages("getable")
19+
# remotes::install_github("liao961120/getable")
1920
```
2021

2122

‎docs/404.html‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎docs/LICENSE-text.html‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎docs/LICENSE.html‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎docs/articles/Introduction.html‎

Lines changed: 120 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎docs/articles/index.html‎

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎docs/authors.html‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎docs/demo/index.Rmd‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ library(getable)
2020

2121
##Table from a CSV file
2222

23-
This table is generated from a locally served CSV file^[You need to set`results='asis'` in the code chunk to display the table. You may also want to set`echo=FALSE` to hide the code chunk.]:
23+
This table is generated from a locally served^[That is, you need to serve the files and the data with a server to see the table. This mean you cannot simply open the HTML file and see the table (viewing the compiled HTML in RStudio's Viewer pane works, since RStudio serve the files for you).]CSV file^[You need to set`results='asis'` in the code chunk to display the table. You may also want to set`echo=FALSE` to hide the code chunk.]:
2424

2525
```{r results='asis'}
2626
write.csv(iris, "data/df.csv")

‎docs/demo/index.html‎

Lines changed: 7 additions & 6 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp