Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmeloman committed Sep 4, 2020
0 parents commit 3d3eb4a
Show file tree
Hide file tree
Showing 13 changed files with 87 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .Rproj.user/DFCA1C7C/sources/prop/421CC383
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"tempName": "Untitled1",
"cursorPosition": "4,0",
"scrollLine": "0"
}
1 change: 1 addition & 0 deletions .Rproj.user/DFCA1C7C/sources/prop/INDEX
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
D%3A%2FRProjects%2FHability_Taxon%2Fhability_taxon_data_prep.R="421CC383"
25 changes: 25 additions & 0 deletions .Rproj.user/DFCA1C7C/sources/s-9B96D931/4C1AF241
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"id": "4C1AF241",
"path": "D:/RProjects/Hability_Taxon/hability_taxon_data_prep.R",
"project_path": "hability_taxon_data_prep.R",
"type": "r_source",
"hash": "1064857601",
"contents": "",
"dirty": false,
"created": 1599225997491.0,
"source_on_save": false,
"relative_order": 1,
"properties": {
"tempName": "Untitled1",
"cursorPosition": "4,0",
"scrollLine": "0"
},
"folds": "",
"lastKnownWriteTime": 1599227495,
"encoding": "UTF-8",
"collab_server": "",
"source_window": "",
"last_content_update": 1599227495774,
"read_only": false,
"read_only_alternatives": []
}
4 changes: 4 additions & 0 deletions .Rproj.user/DFCA1C7C/sources/s-9B96D931/4C1AF241-contents
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Load the data:

data <- read.csv("oxford_hgshsa_260820_modded.csv", sep = ";")

Empty file.
32 changes: 32 additions & 0 deletions .Rproj.user/DFCA1C7C/sources/s-9B96D931/F62F0AE5
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"id": "F62F0AE5",
"path": null,
"project_path": null,
"type": "r_dataframe",
"hash": "0",
"contents": "",
"dirty": false,
"created": 1599226554226.0,
"source_on_save": false,
"relative_order": 2,
"properties": {
"expression": "data",
"caption": "data",
"totalObservations": "602",
"displayedObservations": "602",
"variables": "41",
"cacheKey": "25ACA7E1",
"object": "data",
"environment": "",
"contentUrl": "grid_resource/gridviewer.html?env=&obj=data&cache_key=25ACA7E1&max_cols=50",
"preview": "0"
},
"folds": "",
"lastKnownWriteTime": 7598248918029331570,
"encoding": "",
"collab_server": "",
"source_window": "",
"last_content_update": 1599226554226,
"read_only": false,
"read_only_alternatives": []
}
Empty file.
Empty file.
Empty file.
1 change: 1 addition & 0 deletions .Rproj.user/shared/notebooks/paths
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
D:/RProjects/Hability_Taxon/hability_taxon_data_prep.R="E79CAC72"
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
13 changes: 13 additions & 0 deletions Hability_Taxon.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX
4 changes: 4 additions & 0 deletions hability_taxon_data_prep.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Load the data:

data <- read.csv("oxford_hgshsa_260820_modded.csv", sep = ";")

0 comments on commit 3d3eb4a

Please sign in to comment.