https://github.com/rte-antares-rpackage/antaresme
https://github.com/rte-antares-rpackage/antaresme
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rte-antares-rpackage/antaresme
- Owner: rte-antares-rpackage
- Created: 2018-03-22T14:27:05.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-15T09:23:33.000Z (over 6 years ago)
- Last Synced: 2025-01-31T06:48:10.474Z (5 months ago)
- Language: HTML
- Size: 34.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.html
Awesome Lists containing this project
README
code{white-space: pre;}
pre:not([class]) {
background-color: white;
}if (window.hljs) {
hljs.configure({languages: []});
hljs.initHighlightingOnLoad();
if (document.readyState && document.readyState === "complete") {
window.setTimeout(function() { hljs.initHighlighting(); }, 0);
}
}h1 {
font-size: 34px;
}
h1.title {
font-size: 38px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 12px;
}
.table th:not([align]) {
text-align: left;
}.main-container {
max-width: 940px;
margin-left: auto;
margin-right: auto;
}
code {
color: inherit;
background-color: rgba(0, 0, 0, 0.04);
}
img {
max-width:100%;
height: auto;
}
.tabbed-pane {
padding-top: 12px;
}
button.code-folding-btn:focus {
outline: none;
}$(document).ready(function () {
window.buildTabsets("TOC");
});More Examples with antaresRead, R and data.table
You can find more examples about
Why more examples ?
Antares packages use R and data.table, sometimes users learn in the same time how to use R, data.table and Antares packages. We cannot write R or data.table examples in Antares packages because it’s not the good place and it will be soon examples in desorder.
// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.header').parent('thead').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();